django-q
django-q copied to clipboard
Is there a way to not queue up missed runs?
Let's say I have a daily run for a task. If it missed several days, it would run that task 3 times. Is there a way to prevent that? I only want 1 task to run, not 3.
I think this is what you are looking for: https://django-q.readthedocs.io/en/latest/configure.html#catch-up