riverqueue / river

Fast and reliable background jobs in Go
https://riverqueue.com
Mozilla Public License 2.0
2.86k stars 68 forks source link

customizable MaxAttempts default value #383

Closed bgentry closed 1 month ago

bgentry commented 1 month ago

This adds a MaxAttempts setting to Config to enable the default max attempts to be customized (instead of the global default MaxAttemptsDefault of 25).

Fixes #381.