@nateberkopec Can you please expand you thought? I was thinking about something similar to global lock that will sleep requests until rate drops below the limit. In such scenario jobs might fail by the timeout. Am I missing something?
nate berkopec
@spectral sleep until timeout is up is dangerous as it greatly increases the concurrency of the system when the lock is hit. better to just fail fast and re-enqueue