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

Correct CronBasedScheduledProcess Signatures #16

Closed
jas34 opened this issue Jul 8, 2021 · 0 comments · Fixed by #19
Closed

Correct CronBasedScheduledProcess Signatures #16

jas34 opened this issue Jul 8, 2021 · 0 comments · Fixed by #19
Assignees
Labels
improvement Improvement in implementation

Comments

@jas34
Copy link
Owner

jas34 commented Jul 8, 2021

Currently CronBasedScheduledProcess<Job> is denoted by generic param. We should have fixed signature for CronBasedScheduledProcess having ScheduledProcess<Job> where Job = com.coreoz.wisp.Job

@jas34 jas34 self-assigned this Jul 8, 2021
@jas34 jas34 added the improvement Improvement in implementation label Jul 8, 2021
jas34 added a commit that referenced this issue Jul 11, 2021
#16 done required changes.
More test cases added.
jas34 added a commit that referenced this issue Jul 11, 2021
@jas34 jas34 linked a pull request Jul 11, 2021 that will close this issue
@jas34 jas34 linked a pull request Jul 11, 2021 that will close this issue
@jas34 jas34 closed this as completed in #19 Jul 11, 2021
jas34 added a commit that referenced this issue Jul 11, 2021
* #15 fixed scheduled job cancellation problem in cluster environment.
#16 done required changes.
More test cases added.

* #15, #16 removed useless TODO comment

* updated readme

* updated readme

* updated readme

* excluded applicable packages from test code coverages.

* formatted pom.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement in implementation
Projects
None yet
1 participant