Deleted user
Deleted user
The redis library re-subscribe to any channels and patterns previously subscribed to https://github.com/andymccurdy/redis-py/blob/master/redis/client.py#L2369 This explains the behavior. I'm still not exactly sure why celery does not unsubscribe. Though, I wonder...
If I read the code properly, when ignore_result is True, then the result will never be stored in redis (expected). Therefore, the process submitting the task will never receive a...
How does it work if you ignore results for those tasks? In our setup, we store results for some tasks and ignore others. Does it have to subscribe to the...
I won't have time to test #4666 on my side for the next few weeks. Is it supposed to work with tasks where the result is ignored?
@georgepsarakis 4.2.1 should have the fix. I have not seen this issue appear again. celery==4.2.1 kombu==4.2.1 redis==2.10.5 #
@knylander-grafana Kim, does this fall into the Pyroscope area?
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Also very interested in this feature!
需要定制版本的source的值
I am having the same issue.