taskiq-python / taskiq

Distributed task queue with full async support
MIT License
808 stars 50 forks source link

Removed startup event. #266

Closed s3rius closed 8 months ago

s3rius commented 9 months ago

Removed startup event so we can use spawn multiprocessing model instead of fork. Because MacOS's security policies break forking.

codecov-commenter commented 8 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (7030a54) 77.31% compared to head (9de5c10) 72.71%. Report is 2 commits behind head on develop.

Files Patch % Lines
taskiq/cli/worker/run.py 0.00% 1 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 #266 +/- ## =========================================== - Coverage 77.31% 72.71% -4.61% =========================================== Files 60 60 Lines 1750 1748 -2 =========================================== - Hits 1353 1271 -82 - Misses 397 477 +80 ```

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