This website requires JavaScript.
Explore
Help
Sign In
github
/
plane
Watch
0
Star
0
Fork
1
You've already forked plane
mirror of
https://github.com/makeplane/plane
synced
2024-06-14 14:31:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
830af71474
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
Reference in New Issue
Copy Permalink