Koed00 / django-q

A multiprocessing distributed task queue for Django
https://django-q.readthedocs.org
MIT License
1.83k stars 285 forks source link

Inconsistent Schedule deletion depending if schedule type is Schedule.ONCE or not #710

Open alanoe opened 1 year ago

alanoe commented 1 year ago

A Schedule instance is only deleted after the task is queued if its scheduled type is Schedule.ONCE and repeats == -1, which is non intuitive to the user.