Replies: 1 comment
-
Hey @rgov 👋, We also offer priority support for our sponsors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to debug a piece of third-party software that uses Celery (and therefore, indirectly, Kombu) for a remote control mailbox. I apologize for asking RTFM-able questions, but I spent a bit of time and could not unravel these.
It looks like somewhere in the stack a queue is created with a name like
celery@hostname.reply.celery.pidbox
. Note that this includes my computer's hostname, but some references I've found seem to use UUIDs instead of the hostname.celery@
part called / referring to? Actually what are all the parts of this referring to? It is kind of un-Googleable.celery@
(e.g., to associate it with the application user associated with the queue)? If so, how?(Edit: I didn't see that discussions are enabled for this repo, feel free to transfer it there, or to the celery/celery repo if that's more appropriate.)
Beta Was this translation helpful? Give feedback.
All reactions