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
Along with #89 we want to offer the ability to schedule tasks via a Cron API.
We will have to define where to pass the scheduling configuration. Either during the declaration and decoration via @dispatch.function(cron="0 0 12 * * ?") or when calling the dispatch: myfunc.dispatch(args, cron="0 0 12 * * ?").
The text was updated successfully, but these errors were encountered:
Along with #89 we want to offer the ability to schedule tasks via a Cron API.
We will have to define where to pass the scheduling configuration. Either during the declaration and decoration via
@dispatch.function(cron="0 0 12 * * ?")
or when calling the dispatch:myfunc.dispatch(args, cron="0 0 12 * * ?")
.The text was updated successfully, but these errors were encountered: