-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MaxRetries not getting set #85
Comments
Thanks @BillBuilt -- confirmed. This will be fixed when #86 is merged. |
Thanks! FWIW: I could not find any references to "max retries" in any of the backends, but I wasn't searching very thoroughly in the others. |
Retries for the Redis backend are implemented in I'll use this as an opportunity to increase test coverage. |
Hi @BillBuilt I'm going to go ahead and merge the postgres fix for you and open up a new issue to work on the mem backend. Thanks for the report! |
Just in time for my unit tests! Thank you!
Bill
|
Excellent! |
Job
MaxRetries
field is not being saved and always defaults to '23':neoq/backends/postgres/postgres_backend.go
Line 422 in de2e101
The text was updated successfully, but these errors were encountered: