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

fix: ensure atomicity of the fetch and reschedule operation #121

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

reugn
Copy link
Owner

@reugn reugn commented Mar 15, 2024

No description provided.

@reugn reugn linked an issue Mar 15, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 81.08108% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 95.30%. Comparing base (50c609c) to head (f7cb93b).

Files Patch % Lines
quartz/scheduler.go 81.08% 4 Missing and 3 partials ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
+ Coverage   94.63%   95.30%   +0.67%     
==========================================
  Files          19       19              
  Lines         951      959       +8     
==========================================
+ Hits          900      914      +14     
+ Misses         32       27       -5     
+ Partials       19       18       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reugn reugn merged commit 50a769b into master Mar 15, 2024
5 checks passed
@reugn reugn deleted the reschedule-atomicity branch March 15, 2024 10:33
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.

Jobs are taken out of the queue when being re-scheduled
2 participants