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(scheduler): workers initialization condition #137

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

hongkuancn
Copy link
Contributor

@hongkuancn hongkuancn commented Sep 12, 2024

Do not start workers in blocking execution mode.

@codecov-commenter
Copy link

codecov-commenter commented Sep 12, 2024

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

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.65%. Comparing base (928d076) to head (154d528).
Report is 2 commits behind head on master.

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #137      +/-   ##
==========================================
- Coverage   94.95%   94.65%   -0.31%     
==========================================
  Files          19       19              
  Lines         972      972              
==========================================
- Hits          923      920       -3     
- Misses         32       34       +2     
- Partials       17       18       +1     

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

@reugn reugn changed the title Do not start workers when running with blocking execution fix(scheduler): workers initialization condition Sep 12, 2024
Copy link
Owner

@reugn reugn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @hongkuancn. A corner case, but is by design.

@reugn reugn merged commit 93c6a6c into reugn:master Sep 12, 2024
3 checks passed
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.

3 participants