-
Notifications
You must be signed in to change notification settings - Fork 10
fix(quartz): check for dupes before scheduling job #1205
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
base: main
Are you sure you want to change the base?
Conversation
|
/build_test |
|
Workflow started at 12/2/2025, 3:26:05 PM. View Actions Run. |
|
No OpenAPI schema changes detected. |
|
No GraphQL schema changes detected. |
|
CI build and push: All tests pass ✅ |
dadbe38 to
952bac9
Compare
|
/build_test |
|
Workflow started at 12/3/2025, 11:03:30 AM. View Actions Run. |
|
No OpenAPI schema changes detected. |
|
No GraphQL schema changes detected. |
|
CI build and push: All tests pass ✅ |
952bac9 to
24cadd0
Compare
Welcome to Cryostat! 👋
Before contributing, make sure you have:
mainbranch[chore, ci, docs, feat, fix, test]To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/mainSee #1146
See #1167
Cleans up some missed pieces from the past two PRs, which cause some noisy logs due to exceptions from trying to schedule the same job twice.