dev.mod (celery) timers are not working
Opened this issue · 6 comments
These timers have not triggered as expected.
Boundary Timer Cycle 1 day
https://dev.mod.spiff.status.im/i/39790
Boundary Timer Cycle 1 hour
https://dev.mod.spiff.status.im/i/39856
Boundary Timer 1 day
https://dev.mod.spiff.status.im/i/39794
Duration Timer 1 day
https://dev.mod.spiff.status.im/i/39796
@jakubgs we haven't done anything in dev.mod in about a week. The last time I created instances there was on June 10th. Does the graph look similar on that day also?
In dev.mod this timer instances are stuck in 'running' state
https://dev.mod.spiff.status.im/process-models/misc:qa:timer-tests:cycle-start-timer-at-mid-night
https://dev.mod.spiff.status.im/i/41491
Force running does allow it to complete as usual. I don't know why it's stopping before completing it on its own.
Ok, so there's an instruction on the EndEvent that is causing it to stop there. The real problem is that we are running this instance from the apscheduler and does not queue the instance back up in celery so it can't continue. Maybe the apscheduler should just queue like everything else.