My tasks take a max. of 5 minutes to complete, so alternatively if there is no way to do that, is there a way to check when scheduling a task if any other tasks are scheduled within 5 minutes of the current task, and if so, add 5 minutes onto the tasks execution time. If you get what I mean? Sorry, I'm terrible at explaining things.
Thanks for any help in advance by the way, I appreciate the work you've done on APscheduler it's helped me a lot with my personal projects.
On Thursday, 3 October 2013 17:00:49 UTC+1, Barry wrote:Hi, is there any way in APScheduler to make it so if 2 tasks are scheduled at the same time (or one is schedule to start when another is still running) it waits until the first task is completed before doing the other one?
--
You received this message because you are subscribed to the Google Groups "APScheduler" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apscheduler...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks for your reply, to reschedule can I just change the next_run_time on the job or do I have to delete the job and create a new one?