taskiq-python / taskiq

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

Changed multiprocessing method on macos. #262

Closed s3rius closed 7 months ago

s3rius commented 7 months ago

Changed a MacOS multiprocessing start method to spawn, because of the issue #261.

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (6bd1550) 77.31% compared to head (de94a61) 77.31%.

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 #262 +/- ## ======================================== Coverage 77.31% 77.31% ======================================== Files 60 60 Lines 1750 1750 ======================================== Hits 1353 1353 Misses 397 397 ```

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

s3rius commented 7 months ago

The presented solution haven't solved the issue. Closing.