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: change revoke and assign behavior to turn on/off the trigger #90

Merged
merged 6 commits into from
Oct 17, 2022

Conversation

martinhonovais
Copy link
Contributor

@martinhonovais martinhonovais commented Jul 19, 2022

Description

The revoke partition was stopping all quartz jobs because we were shutting down the quartz. This pull request changed that behavior to just schedule or unschedule the jobs.

Fixes #76
Fixes #91

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have added tests to cover my changes
  • I have made corresponding changes to the documentation

Disclaimer

By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement

jdromeiro
jdromeiro previously approved these changes Jul 22, 2022
carlosgoias
carlosgoias previously approved these changes Jul 22, 2022
src/KafkaFlow.Retry/Durable/Polling/JobDetailProvider.cs Outdated Show resolved Hide resolved
spookylsm
spookylsm previously approved these changes Aug 3, 2022
@martinhonovais martinhonovais merged commit 325c726 into main Oct 17, 2022
@luispfgarces luispfgarces deleted the quartz_shutdown_problems branch February 20, 2023 15:28
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.

Update kafka flow retry to .NET 6 Partition revoke is stopping all quartz jobs in the application
6 participants