Skip to content

Fixed process-pool for sync tasks.#616

Merged
s3rius merged 1 commit intomasterfrom
bugfix/sync-process-pool
May 4, 2026
Merged

Fixed process-pool for sync tasks.#616
s3rius merged 1 commit intomasterfrom
bugfix/sync-process-pool

Conversation

@s3rius
Copy link
Copy Markdown
Member

@s3rius s3rius commented May 4, 2026

Closes: #611

@s3rius s3rius force-pushed the bugfix/sync-process-pool branch from 8263067 to 4d2dd8e Compare May 4, 2026 12:55
@s3rius s3rius force-pushed the bugfix/sync-process-pool branch from 4d2dd8e to b5ef21d Compare May 4, 2026 12:58
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

❌ Patch coverage is 77.77778% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.37%. Comparing base (653400e) to head (b5ef21d).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
taskiq/receiver/receiver.py 77.77% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #616      +/-   ##
==========================================
- Coverage   79.41%   79.37%   -0.04%     
==========================================
  Files          69       69              
  Lines        2468     2473       +5     
==========================================
+ Hits         1960     1963       +3     
- Misses        508      510       +2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@s3rius s3rius merged commit 8703d74 into master May 4, 2026
43 of 134 checks passed
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.

ProcessPoolExecutor fails for sync tasks: cannot pickle '_contextvars.Context' object

1 participant