commands.run_task_worker ======================== .. py:module:: commands.run_task_worker .. autoapi-nested-parse:: Management command to run a background task worker for CRL generation. Module Contents --------------- .. py:class:: Command(stdout=None, stderr=None, no_color=False, force_color=False) Bases: :py:obj:`django.core.management.base.BaseCommand` Management command to run a continuous background worker for CRL tasks. .. py:attribute:: help .. py:method:: add_arguments(parser) Add command arguments. .. py:method:: handle(*args, **options) Execute the command.