django-q icon indicating copy to clipboard operation
django-q copied to clipboard

Is there a way to not queue up missed runs?

Open igalci opened this issue 2 years ago • 1 comments

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.

igalci avatar Jul 12 '22 01:07 igalci

I think this is what you are looking for: https://django-q.readthedocs.io/en/latest/configure.html#catch-up

GDay avatar Jul 14 '22 14:07 GDay