Replies: 1 comment 3 replies
-
So am I understanding this correctly: You wish to differentiate between delete events caused by a job's schedule having run its course, and a job being explicitly deleted? |
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
-
When I listen for events, I need to listen for delete, miss, run error and executed events at the same time, and each event will run a different function, but once a one-time task with a specified date is executed, the delete event will definitely be triggered before execution, which will lead to conflicts in subsequent runs of my program, how can I ignore the delete event due to execution?
Beta Was this translation helpful? Give feedback.
All reactions