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
RPC backend via RabbitMQ does not work with this client hence this library looks deprecated considering all the examples celery shows in the official document.
You cannot receive result if you set and RPC backsend in the python workers (which is not mandatory!)
Proposed Behavior implement RPC via RabbitMQ or mark the API deprecated (in favor of celery-ts ?)
Other information Celery main documentation should mention that too
The text was updated successfully, but these errors were encountered:
Description
RPC backend via RabbitMQ does not work with this client hence this library looks deprecated considering all the examples celery shows in the official document.
You cannot receive result if you set and RPC backsend in the python workers (which is not mandatory!)
Proposed Behavior implement RPC via RabbitMQ or mark the API deprecated (in favor of celery-ts ?)
Other information Celery main documentation should mention that too
The text was updated successfully, but these errors were encountered: