Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A request_task call takes about 150ms (7 per second). The worker randomizes calls in a 1 to 30s interval. With 200 workers or more the request queue might consume all threads, so limit concurrency to 4 requests.
- Loading branch information