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

equest for Option to Remove Completed Tasks from Error List in bull Library #2553

Closed
bueno12223 opened this issue Feb 11, 2023 · 2 comments
Closed
Labels

Comments

@bueno12223
Copy link

I have encountered an issue while using the bull library where a task would fail multiple times and when it finally executes successfully, the task remains in the error list. This resulted in me trying to execute the task again and again as I was unaware that it wouldn't get removed upon completion.

It would be helpful if there was a way to configure a task to remove or not remove from the error list once it has a success status. This would provide better visibility of the remaining tasks that need to be executed and reduce the chance of duplicated work.

Please let me know if this feature can be added and if there is any other information I can provide to help. Thank you for your time and for maintaining the bull library.

@manast
Copy link
Member

manast commented Feb 12, 2023

A task that succeeds does not go to the failed list, but to the complete list.

@stale
Copy link

stale bot commented Apr 17, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Apr 17, 2023
@stale stale bot closed this as completed Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants