Replies: 1 comment 1 reply
-
It is possible to get next run time based on previous run time by |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In my app I have a couple of tasks which run sparingly (Monthly) but should not be missed. My fear is now that My app may or may not be down at the scheduled runtime - Which is fine - however when it is back up again later the missed task will not be re-run.
The way I see it, adding a way to set
previousRun
shouldnt be too complex and essentially fix my problem as I could just store it whenever the task is executed and restore it on app startBeta Was this translation helpful? Give feedback.
All reactions