6 lines
77 B
Text
6 lines
77 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
exec python manage.py rqworker --with-scheduler
|