distributor.distributor_command =============================== .. py:module:: distributor.distributor_command Attributes ---------- .. autoapisummary:: distributor.distributor_command.logger Classes ------- .. autoapisummary:: distributor.distributor_command.DistributorCommand Module Contents --------------- .. py:data:: logger .. py:class:: DistributorCommand(func: Callable[Ellipsis, None], *args: Any, **kwargs: Any) A command to be run by the distributor service. :param func: a callable which does work and optionally modifies task instance state. :param \*args: positional args to be passed into func. :param \*\*kwargs: kwargs to be passed into func. .. py:attribute:: error_raised :value: False