commands.run_task_workerΒΆ Management command to run a background task worker for CRL generation. Module ContentsΒΆ class commands.run_task_worker.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]ΒΆ Bases: django.core.management.base.BaseCommand Management command to run a continuous background worker for CRL tasks. help[source]ΒΆ add_arguments(parser)[source]ΒΆ Add command arguments. handle(*args, **options)[source]ΒΆ Execute the command.