You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
>>> from tasks import add
>>> result = add.delay(4, 6)
>>> result.get(timeout=1)
10
But I receive the following error on celery-php client
PHP Fatal error: Uncaught Celery\CeleryTimeoutException: AMQP task tasks.add([2,2]) did not return after 10 seconds in /vendor/massivescale/celery-php/src/AsyncResult.php:181
Could you please help me to solve this issue?
The text was updated successfully, but these errors were encountered:
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:
Python client works fine:
But I receive the following error on celery-php client
Could you please help me to solve this issue?
The text was updated successfully, but these errors were encountered: