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

Make retry backoff configurable #83

Closed ivb-supercede closed 2 years ago

ivb-supercede commented 3 years ago

The default retry backoff isn't too useful for us, so I thought it would be good to make it a configuration option. The default backoff behaviour is unchanged. The configuration lets the user decide on their own backoff strategy with possible side-effects.

saurabhnanda commented 2 years ago

@ivb-supercede would you like to fix the merge conflicts and merge this into the master branch?

ivb-supercede commented 2 years ago

Will do.