How to execute OneTime ask if application crashes before scheduled time #459
Unanswered
vipinvijay1986
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Kagkarlsson and community,
I am creating a OneTime execution task that needs to be scheduled after 30 seconds of the current time. However, there is a possibility that the application might crash before actual execution. In such a case, the task does not get executed. And after this crash, if I create a new job at that previous job executions get completed. So how to resolve this issue?
The second question I have is, how to schedule jobs only on transaction commits.
Beta Was this translation helpful? Give feedback.
All reactions