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

chore(scheduler): export SchedulerConfig struct #157

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

reugn
Copy link
Owner

@reugn reugn commented Feb 28, 2025

Can be useful for custom Scheduler implementations, as requested in #156.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 88.23529% with 2 lines in your changes missing coverage. Please review.

Project coverage is 94.97%. Comparing base (79df5a3) to head (ed0243d).

Files with missing lines Patch % Lines
quartz/scheduler.go 88.23% 2 Missing ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
+ Coverage   94.56%   94.97%   +0.40%     
==========================================
  Files          20       20              
  Lines        1233     1233              
==========================================
+ Hits         1166     1171       +5     
+ Misses         49       45       -4     
+ Partials       18       17       -1     

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

@reugn reugn linked an issue Mar 3, 2025 that may be closed by this pull request
@reugn reugn merged commit 2aac11b into master Mar 3, 2025
5 checks passed
@reugn reugn deleted the export-scheduler-config branch March 3, 2025 17:54
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.

Export schedulerConfig structure for custom Scheduler interface usage
2 participants