We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original repo: https://github.com/linkdotnet/NCronJob
Things to change/ optimize:
The text was updated successfully, but these errors were encountered:
JobScheduler.zip
Sorry, something went wrong.
Check if we want to replace NCrontab with our own simple cron parsing implementation.
Help:
Writing a simple cron expression parser.pdf
Update JobScheduler see updates in https://github.com/linkdotnet/NCronJob/releases/tag/v1.0.2
Add convenient helpers to define the schedule time (.Hourly() or .Daly()) see https://spark-framework.net/docs/job-scheduling/
No branches or pull requests
Original repo: https://github.com/linkdotnet/NCronJob
Things to change/ optimize:
The text was updated successfully, but these errors were encountered: