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

feat!: introduce JobDetail and JobKey for job scheduling #84

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

reugn
Copy link
Owner

@reugn reugn commented Jan 5, 2024

  • Introduce JobDetail and JobKey structures for job scheduling and identification.
  • Allow a particular job to be scheduled multiple times with a distinct key and custom configuration.
  • Change the Execute method in the Job interface to return an error.
  • Remove the Key method from the Job interface and replace it with a JobKey identifier.
  • Allow jobs to be scheduled when the Scheduler is not started.
  • Allow scheduled jobs to be immediately retrieved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant