-
-
Notifications
You must be signed in to change notification settings - Fork 295
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
Successful tasks grow beyond save_limit #225
Comments
Is it possible to merge this into the next version release. We have used Django-Q on two distinct projects, one works fine but the other does not clear down successful tasks. Both projects are running python:3.6-stretch, django-q==1.0.1, dango=1.11.x and deployed to identical production environments The only differences I can see if the frquency of tasks being processed with the one not working processing many more requests than the one which clears down successful tasks to the limit. |
@Koed00 Would still be really nice to see this implemented. Also running multiple clusters and had to implement a scheduled task to clean up old tasks results because the list keeps growing. Happy to help if needed. |
Detected with two simultaneously running clusters. Looks like a race condition in qcluster: https://github.com/Koed00/django-q/blob/master/django_q/cluster.py#L416
The text was updated successfully, but these errors were encountered: