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

Ensure that repeatable tasks are always cancellable #164

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

dmlloyd
Copy link
Contributor

@dmlloyd dmlloyd commented Mar 27, 2024

Prevent a problem where a repeating task cannot be cancelled if it is already running. Fixes #163.

Prevent a problem where a repeating task cannot be cancelled if it is already running. Fixes jbossas#163.
@dmlloyd dmlloyd merged commit d28ccdb into jbossas:main Mar 27, 2024
1 check passed
@dmlloyd dmlloyd deleted the fix-163 branch March 27, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repeating scheduled task does not get cancelled if cancel is called from within the task itself
1 participant