You can

db(db.scheduler_run.status=='FAILED').update(status='QUEUED')

and they will run again.

On Feb 11, 4:58 pm, Brian M <bmere...@gmail.com> wrote:
> Viniciusban - if a scheduler task fails or times out then no it will not be 
> run again unless you change the status back to queued. Guess it is good 
> because it makes you handle possible errors and prevents runaway tasks, but 
> rather annoying during testing since you must reenable after errors or if 
> things happen to take longer than initially expected.

Reply via email to