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
Couldn't really find it within the documentation.. is there a way to schedule a recurring job? Like a scheduled job that won't get destroyed on completion.
There's only one solution on my mind: an additional parameter for the later function that would look like "+1 day" or "+15 min" and would enable the recurrence incrementing passed DateTime by this parameter.
Or maybe something like that is already implemented? If not then can you please suggest a possible "workaround" to achieve this?
The text was updated successfully, but these errors were encountered:
Couldn't really find it within the documentation.. is there a way to schedule a recurring job? Like a scheduled job that won't get destroyed on completion.
There's only one solution on my mind: an additional parameter for the
later
function that would look like "+1 day" or "+15 min" and would enable the recurrence incrementing passed DateTime by this parameter.Or maybe something like that is already implemented? If not then can you please suggest a possible "workaround" to achieve this?
The text was updated successfully, but these errors were encountered: