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

Downgrade celery and kombu to 5.2.2 and downgrade redis do >=3.4.1 due to kombu downgrade #509

Closed
wants to merge 2 commits into from

Conversation

awmackowiak
Copy link
Contributor

Due to this issue there is a bug with connection to the Redis after the Redis disconnections. The solution for now is to downgrade the version to a particular once:
celery and kombu 5.2.2, redis >=3.4.1
This change will eliminate non-processed tasks after reconnecting to the Redis by " but it will gain a new problem, which is a memory leak because of non removed objects form on_tick set".

@awmackowiak awmackowiak marked this pull request as ready for review May 15, 2024 04:46
@awmackowiak awmackowiak marked this pull request as draft May 16, 2024 12:09
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.

2 participants