taskiq-python / taskiq

Distributed task queue with full async support
MIT License
689 stars 44 forks source link

Added graceful reload on SIGHUP. #330

Closed s3rius closed 3 weeks ago

s3rius commented 3 weeks ago

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

Signed-off-by: Pavel Kirilin win10@list.ru

codecov-commenter commented 3 weeks ago

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).

Files Patch % Lines
taskiq/cli/worker/process_manager.py 0.00% 5 Missing :warning:
taskiq/cli/worker/run.py 0.00% 2 Missing :warning:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.