This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
plane
Watch
2
Star
0
Fork
0
You've already forked plane
forked from
github/plane
Code
Pull Requests
Activity
d596e41d4d
plane
/
apiserver
/
bin
/
worker
6 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: seperate worker process
2022-12-13 07:57:23 +00:00
#!/bin/bash
set -e
build: updated config for redis and wait_for_db command
2022-12-13 15:17:49 +00:00
python manage.py wait_for_db
build: seperate worker process
2022-12-13 07:57:23 +00:00
python manage.py migrate
python manage.py rqworker
Copy Permalink