taskiq-python / taskiq

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

Now running tasks are stored in memory. #220

Closed s3rius closed 8 months ago

s3rius commented 8 months ago

This issue targets hisenbug of asycio. In most cases is should not be a problem and taskiq haven't received any related issues yet. But it might be problematic.

codecov-commenter commented 8 months ago

Codecov Report

Merging #220 (faefae3) into develop (e66f3aa) will increase coverage by 6.07%. Report is 138 commits behind head on develop. The diff coverage is 74.09%.

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

@@             Coverage Diff             @@
##           develop     #220      +/-   ##
===========================================
+ Coverage    67.62%   73.69%   +6.07%     
===========================================
  Files           37       55      +18     
  Lines          942     1627     +685     
===========================================
+ Hits           637     1199     +562     
- Misses         305      428     +123     
Files Coverage Δ
taskiq/__init__.py 100.00% <100.00%> (ø)
taskiq/abc/formatter.py 100.00% <100.00%> (ø)
taskiq/abc/middleware.py 100.00% <ø> (ø)
taskiq/abc/result_backend.py 100.00% <ø> (ø)
taskiq/abc/serializer.py 100.00% <100.00%> (ø)
taskiq/acks.py 100.00% <100.00%> (ø)
taskiq/api/__init__.py 100.00% <100.00%> (ø)
taskiq/cli/common_args.py 100.00% <100.00%> (ø)
taskiq/cli/watcher.py 0.00% <ø> (ø)
taskiq/cli/worker/log_collector.py 100.00% <ø> (ø)
... and 42 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more