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

Support scheduled cron jobs #804

Open
dsoltesz opened this issue Nov 30, 2022 · 3 comments
Open

Support scheduled cron jobs #804

dsoltesz opened this issue Nov 30, 2022 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers low priority Low Priority Task

Comments

@dsoltesz
Copy link

Be able to start up and run a job on a specified cron schedule. Ideally cron would come from configuration. Job would need to run under some "tenant" and "user" as if it were invoked from a http request

@fretje
Copy link
Contributor

fretje commented Nov 30, 2022

see https://github.com/fullstackhero/dotnet-webapi-boilerplate/pull/572/files where this is implemented as an AddOrUpdate method on IJobService which takes a cron expression ;-)

@kirkey
Copy link

kirkey commented Dec 7, 2022

Hangfire is one of the best feature of this API. I almost have it on all database procedures and function calls.

@iammukeshm
Copy link
Member

@fretje can you maybe dd the CRON part into the dotnet-7 branch if possible?

@iammukeshm iammukeshm added enhancement New feature or request good first issue Good for newcomers low priority Low Priority Task labels Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers low priority Low Priority Task
Projects
None yet
Development

No branches or pull requests

4 participants