This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
plane
Watch
1
Star
0
Fork
0
You've already forked plane
mirror of
https://github.com/makeplane/plane.git
synced
2025-12-17 20:37:54 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
test-coverage
Add File
New File
Apply Patch
plane
/
apiserver
/
bin
/
worker
5 lines
79 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
build: seperate worker process
2022-12-13 13:27:23 +05:30
#!/bin/bash
set -e
build: updated config for redis and wait_for_db command
2022-12-13 20:47:49 +05:30
python manage.py wait_for_db
fix: worker script (#773)
2023-04-11 09:25:33 +05:30
celery -A plane worker -l info
Reference in New Issue
Copy Permalink