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
When running SmoothMQ with HTTPS, we can add tasks with Celery but workers do not pick them up. This is only on MacOS - everything works as expected on Linux.
When running SmoothMQ with HTTPS, we can add tasks with Celery but workers do not pick them up. This is only on MacOS - everything works as expected on Linux.
Here's a code example:
The Problem
This will successfully place the task on a queue, which you can see on this dashbaord. However, the worker will not pick up tasks:
It will successfully create queues, list queues, and prepare to call ReceiveMessage, but then loops infinitely:
Interestingly, the following scenarios do work:
Running SmoothMQ locally
This will successfully connect and consume messages - non-HTTPS:
Kombu without Celery
This will also successfully consume messages, even over HTTPS:
The text was updated successfully, but these errors were encountered: