saurabhnanda / odd-jobs

Haskell job queue with admin UI and loads of other features.
https://www.haskelltutorials.com/odd-jobs/
BSD 3-Clause "New" or "Revised" License
75 stars 29 forks source link

Add delay to polling when no resources are free #70

Closed ivb-supercede closed 3 years ago

ivb-supercede commented 3 years ago

The job runner will spam the logs with the fact that it's NOT polling the queue until some resources free up. This adds a delay so it will wait until resources might be available before checking again.

saurabhnanda commented 3 years ago

Thanks for the PR @ivb-supercede 👍