Dandiss Valjean
Dandiss Valjean
``` Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/celery/app/trace.py", line 441, in trace_task task.backend.store_result( File "/usr/local/lib/python3.8/dist-packages/celery/backends/rpc.py", line 202, in store_result producer.publish( File "/usr/local/lib/python3.8/dist-packages/kombu/messaging.py", line 177, in publish return _publish( File "/usr/local/lib/python3.8/dist-packages/kombu/connection.py",...
@auvipy Thanks. But I think this may lead some other problem. Because when I use it in my project, it makes the celery worker can't consume tasks. I think my...
> @liuyaqiu Is this a recent issue for you or has this been happening for a while? This has been happening for a while. But it now always repeats on...
> Me personally, I prefer to have final fix. this PR is honestly just dirty fix which can lead to other hidden problems. Thanks. I will try to solve it...
> @matusvalo Hello guys, I had this issue too, any updates about it ? I don't know your problem context. Previously I call a subtask synchronously in a parent task...
> @liuyaqiu What you're describing is the old AMQP backend. The RPC backend uses RabbitMQ's Pub/Sub capabilities. What I am describing remains in the version v5.2.1. Is this changed in...
The host machine has 256 CPU cores and the load average is about 60. I don't know whether it is too high.  
> Does this issue happen all the time? ## Difference to previous situation 1. host machine load average is lower than previous 2. sysdig package is removed from host machine....
A better solution should be system level command redirection if you install the package by Ubuntu's `apt` (not installed by `snap` or `flatpak`). We should always make the calling of...