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

Added graceful reload on SIGHUP. #330

Merged
merged 2 commits into from
Jun 11, 2024
Merged

Added graceful reload on SIGHUP. #330

merged 2 commits into from
Jun 11, 2024

Conversation

s3rius
Copy link
Member

@s3rius s3rius commented Jun 11, 2024

This PR adds graceful reload signal handler. Closes #325.

Signed-off-by: Pavel Kirilin [email protected]

Signed-off-by: Pavel Kirilin <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Jun 11, 2024

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

Codecov Report

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

Project coverage is 77.75%. Comparing base (4ee8312) to head (11d9ca7).
Report is 17 commits behind head on develop.

Files with missing lines Patch % Lines
taskiq/cli/worker/process_manager.py 0.00% 5 Missing ⚠️
taskiq/cli/worker/run.py 0.00% 2 Missing ⚠️

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

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #330      +/-   ##
===========================================
- Coverage    77.88%   77.75%   -0.13%     
===========================================
  Files           61       61              
  Lines         1800     1803       +3     
===========================================
  Hits          1402     1402              
- Misses         398      401       +3     

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

@s3rius s3rius merged commit 6cb2b04 into develop Jun 11, 2024
23 checks passed
@s3rius s3rius deleted the feature/graceful-reload branch June 11, 2024 21: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.

Graceful shutdown and reload
2 participants