forked from github/plane
build: seperate worker process
This commit is contained in:
6
apiserver/bin/worker
Executable file
6
apiserver/bin/worker
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
python manage.py migrate
|
||||
|
||||
python manage.py rqworker
|
||||
Reference in New Issue
Block a user