Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Get result not working with amqp backend in Ubuntu 20.04 #125

Description

@Daniyal-Javani

Python client works fine:

>>> 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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions