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(scheduler): add a channel to handle misfired jobs #129

Merged
merged 2 commits into from Apr 15, 2024

Conversation

reugn
Copy link
Owner

@reugn reugn commented Apr 12, 2024

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Apr 12, 2024

Codecov Report

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

Project coverage is 94.51%. Comparing base (e55b059) to head (6ac9348).

Files Patch % Lines
quartz/scheduler.go 75.00% 1 Missing ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #129      +/-   ##
==========================================
- Coverage   94.60%   94.51%   -0.09%     
==========================================
  Files          19       19              
  Lines         963      966       +3     
==========================================
+ Hits          911      913       +2     
- Misses         34       35       +1     
  Partials       18       18              

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

@reugn reugn linked an issue Apr 15, 2024 that may be closed by this pull request
@reugn reugn merged commit 220db57 into master Apr 15, 2024
5 checks passed
@reugn reugn deleted the handle-misfired-jobs branch April 15, 2024 16:19
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.

Is there any way to monitoring missfired job?
2 participants