Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cron capabilities #91

Open
Pryz opened this issue Feb 25, 2024 · 0 comments
Open

Add cron capabilities #91

Pryz opened this issue Feb 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Pryz
Copy link
Contributor

Pryz commented Feb 25, 2024

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 * * ?").

@Pryz Pryz added the enhancement New feature or request label Feb 25, 2024
@Pryz Pryz moved this to TODO in Dispatch Public Roadmap Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant