sgoswami-systango / django-cron

Automatically exported from code.google.com/p/django-cron
MIT License
0 stars 0 forks source link

Reschedule a job #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is there a way to change the `run_every` value of a task while running?

I need in certain condition to have the cron job to be runned every 5
seconds instead of every 5 minutes. How can I achieve this?

Many thanks for the useful module!

Original issue reported on code.google.com by enricoca...@gmail.com on 24 May 2010 at 5:08