How to change the execution interval of an existing recurring task at runtime #673
Unanswered
zxc-vitaliy
asked this question in
Q&A
Replies: 1 comment
-
You have to create a RecurringTaskWithPersistentSchedule and schedule it (if not done yet) via the Scheduler. At runtime, you can reschedule the existing task instance also via the Scheduler. The terminology is a little bit confusing: RecurringTask -> Task with fixed scheduler, which will be scheduled automatically |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I want the user to be able to change the periodicity settings of tasks. How can the periodicity of an existing task be changed?
Beta Was this translation helpful? Give feedback.
All reactions