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
993cf3faba
plane
/
apiserver
/
bin
/
worker
5 lines
79 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
fix: worker script (#773)
2023-04-11 03:55:33 +00:00
celery -A plane worker -l info
Copy Permalink