Open Daniyal-Javani opened 3 years ago
Are you sure you're using a supported version of Celery?
I'm also running Ubuntu 20.04. While the Redis backend works, switching to the AMQP backend fails to return any results from tasks. FWIW, I can see that the tasks succeed in Flower.
Here's what the README currently states are the latest tested versions:
Package | Last version tested | 20.04 version |
---|---|---|
PECL-AMQP | 1.4 | 1.9.4-3ubuntu1 |
PHP-amqplib | 2.5.1 | 2.11.0-2 |
Celery (via pip) | 4.? | 5.2.1 |
@ergonlogic yeah, I should probably archive this project as it's unmaintained. Maybe one of the forks is kept updated?
If you find something that works for up-to-date celery, let me know please, so that I can tell other users to switch.
Python client works fine:
But I receive the following error on celery-php client
Could you please help me to solve this issue?