Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sync sleep more to avoid hitting secondary rate limits
Some queries in sync that have the IN predicate can actually execute multiple requests, last longer than query delay so the next query can execute a request almost immediately after the last one. Add another explicit sleep to counter that. Queries with IN predicates are already expected to last longer than the delay, so adding a constant delay should not have too much impact to total run time.
- Loading branch information