You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If SchedulerClient.reschedule() is called with a TaskInstance that does not yet exist, an exception is thrown. You must therefore always check whether there is already a scheduled TaskInstance before you can call reschedule. We would therefore be pleased to have a putInstance method that automatically schedules a TaskInstance if there is none to reschedule. This is particularly convenient for dynamic recurring tasks, as these first have to be initialized.
If SchedulerClient.reschedule() is called with a TaskInstance that does not yet exist, an exception is thrown. You must therefore always check whether there is already a scheduled TaskInstance before you can call reschedule. We would therefore be pleased to have a putInstance method that automatically schedules a TaskInstance if there is none to reschedule. This is particularly convenient for dynamic recurring tasks, as these first have to be initialized.
The text was updated successfully, but these errors were encountered: