4 lines
67 B
Bash
4 lines
67 B
Bash
|
#!/usr/bin/env python
|
||
|
|
||
|
celery worker -A run_celery.celery -l debug
|