workless
workless copied to clipboard
RateLimitExceeded
I'm seeing lots of RateLimitExceeded errors.
My settings are:
WORKLESS_MAX_WORKERS: 3
WORKLESS_MIN_WORKERS: 0
WORKLESS_WORKERS_RATIO: 50
Running the latest version and rails 4.0.1
I loaded a few thousand jobs into the queue and it seems that even though I'm at 3 workers it's still hitting the api triggering the rate limit.
Any ideas?