taskiq-python / taskiq

Distributed task queue with full async support
MIT License
871 stars 53 forks source link

Removed SIGHUP handler on win32. #334

Closed s3rius closed 5 months ago

s3rius commented 5 months ago

This PR fixes https://github.com/taskiq-python/taskiq/issues/333.

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 77.93%. Comparing base (20f92b0) to head (769e5f3). Report is 1 commits behind head on develop.

Files Patch % Lines
taskiq/cli/worker/process_manager.py 0.00% 3 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 #334 +/- ## =========================================== + Coverage 77.75% 77.93% +0.17% =========================================== Files 61 62 +1 Lines 1803 1849 +46 =========================================== + Hits 1402 1441 +39 - Misses 401 408 +7 ```

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