Skip to content
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

allow to set a max number of failed items to keep via FailQueueStrategy #131

Merged
merged 1 commit into from
Dec 30, 2017

Conversation

bp-FLN
Copy link
Contributor

@bp-FLN bp-FLN commented Dec 27, 2017

By default there is no upper limit for the amount of items to keep in a failed queue.
If there are many failing jobs with huge stacktraces, the redis instance may go OOM.

We're currently doing this in our own execute implementation, would be nice to have this upstream so others could use this as well.

@gresrun
Copy link
Owner

gresrun commented Dec 30, 2017

Thanks for the contribution, Florian!

@gresrun gresrun merged commit 6e289b6 into gresrun:master Dec 30, 2017
@bp-FLN bp-FLN deleted the FailQueueMaxItems branch December 31, 2017 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants