Contenido
run_management_command_async(self, job_id)
run_management_command_async
Celery Task responsible to run the management command.
Celery Task responsible to run the management command. It justs sends the job_id arg to a function that gonna call django.core.management.call_command with all the required setup.