Replies: 1 comment 3 replies
-
You're saying that as soon as a worker is shut down, all the existing periodic jobs that it had already scheduled should be cancelled automatically? Why exactly? I guess I could see that as an alternate form of behavior, but it doesn't strike me as more correct.
Wouldn't be a bad idea to have a separate tab for known periodic jobs I suppose. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whenever worker running periodic jobs is shut down running jobs can't be cancelled and removed from UI. Ideally it should change state from running to discarded or cancelled without intervention of Rescuer and should be picked whenever new worker is started.And UI should should periodic jobs seperately with next run timestamp just like asynq.
Beta Was this translation helpful? Give feedback.
All reactions