You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a query has failed with a 4xx error more than 10 times within 3600 seconds, subsequent calls to runAsyncQuery will do nothing and the completionHandler won't be called. Perhaps we should short circuit and call the completionHandler with an error in that situation.
The text was updated successfully, but these errors were encountered:
If a query has failed with a 4xx error more than 10 times within 3600 seconds, subsequent calls to runAsyncQuery will do nothing and the completionHandler won't be called. Perhaps we should short circuit and call the completionHandler with an error in that situation.
The text was updated successfully, but these errors were encountered: