Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed memory leak with ETA tasks at connection error when worker_cancel_long_running_tasks_on_connection_loss is enabled #7771

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

Nusnus
Copy link
Member

@Nusnus Nusnus commented Sep 21, 2022

No description provided.

@Nusnus Nusnus requested a review from thedrow September 21, 2022 12:03
@codecov
Copy link

codecov bot commented Sep 21, 2022

Codecov Report

Base: 89.50% // Head: 89.75% // Increases project coverage by +0.24% 🎉

Coverage data is based on head (d074ca9) compared to base (777698c).
Patch coverage: 50.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7771      +/-   ##
==========================================
+ Coverage   89.50%   89.75%   +0.24%     
==========================================
  Files         138      138              
  Lines       16663    17007     +344     
  Branches     2426     2515      +89     
==========================================
+ Hits        14915    15264     +349     
+ Misses       1502     1491      -11     
- Partials      246      252       +6     
Flag Coverage Δ
unittests 89.73% <50.00%> (+0.23%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
celery/worker/consumer/consumer.py 93.44% <50.00%> (-0.19%) ⬇️
celery/utils/deprecated.py 82.14% <0.00%> (-1.50%) ⬇️
celery/bootsteps.py 100.00% <0.00%> (ø)
celery/app/events.py 100.00% <0.00%> (ø)
celery/app/builtins.py 100.00% <0.00%> (ø)
celery/utils/sysinfo.py 100.00% <0.00%> (ø)
celery/utils/threads.py 100.00% <0.00%> (ø)
celery/backends/cache.py 100.00% <0.00%> (ø)
celery/utils/abstract.py 100.00% <0.00%> (ø)
celery/worker/autoscale.py 100.00% <0.00%> (ø)
... and 61 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants