This document describes the current stable version of Celery (5.0). For development docs, go here.
celery.utils.nodenames¶
Worker name utilities.
-
celery.utils.nodenames.anon_nodename(hostname=None, prefix='gen')[source]¶ Return the nodename for this process (not a worker).
This is used for e.g. the origin task message field.
-
celery.utils.nodenames.default_nodename(hostname)[source]¶ Return the default nodename for this process.
-
celery.utils.nodenames.gethostname() → string¶ Return the current host name.
-
celery.utils.nodenames.host_format(s, host=None, name=None, **extra)[source]¶ Format host %x abbreviations.
-
celery.utils.nodenames.node_format(s, name, **extra)[source]¶ Format worker node name (name@host.com).