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
eb6809c015
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
Reference in New Issue
Copy Permalink