How to change the execution interval of an existing recurring task at runtime #673
Replies: 2 comments
-
|
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.
-
|
@beilCrxmarkets That example you linked to looks like it's just creating two separate instances of |
Beta Was this translation helpful? Give feedback.
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