所以我有一个Azure函数,它调用Microsoft,它可以工作(有时)。但是,有时它会在请求期间抛出此错误。请给我建议。
我的守则:
const options =
{
host: 'atlas.microsoft.com', //added this later
headers: { 'x-ms-client-id': client_id }
}
//url to get lat/long
let url = 'https://atlas.microsoft.com/search/fuzzy/json?api-version=1.0&
我试图使用pageview事件调用应用程序洞察力API,并得到以下错误消息
{
"error": {
"message": "Rate limit is exceeded",
"code": "ThrottledError",
"innererror": {
"code": "ThrottledError",
"message": "Rate limit of 0 per day is exc
我最近在我的Alfresco Community Edition实例(运行5.1)中启用了ldap同步。
我检查了日志,看起来同步工作正常。在我的测试中,我设置了一个运行OpenLDAP的实例。
2016-10-20 20:22:39,925 INFO [security.sync.ChainingUserRegistrySynchronizer] [localhost-startStop-1] Synchronization,Category=directory,id1=ldap1,id2=6 User Creation and Association: Commencing batch
我正在用rspec编写一个测试:
it "should choose a sign at random" do
game.choose_sign
expect(game.choose_sign).to eq "rock"
end
ruby代码:
def choose_sign
["rock","paper","scissor"].sample
end
代码可以工作,但是只有在选择了一个与我在rspec测试中输入的值相匹配的值,即eq "rock“时,测试才能通过。
我每次都要怎么做?在测试随机返