2 lines
90 B
Bash
2 lines
90 B
Bash
|
#!/bin/bash
|
||
|
bash -c "celery -A celery_worker.worker_fi worker --loglevel=INFO --pool=solo"
|