This website requires JavaScript.
Explore
Help
Sign in
repos
/
website
Watch
1
Fork
You've already forked website
0
Code
Issues
1
Pull requests
27
Activity
063d42ce3c
website
/
etc
/
s6-rc.d
/
rq
/
run
8 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
Use s6 to run everything in a single container
2024-01-13 21:43:10 +00:00
#!/command/with-contenv bash
set -e
cd /app
Replace RQ with `django-tasks`
2024-06-08 12:52:52 +01:00
exec python manage.py db_worker -v3 --interval 10
Reference in a new issue
Copy permalink