This commit is contained in:
godd0t
2023-05-10 09:02:59 +02:00
commit 8ff2ae26e7
38 changed files with 975 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -o errexit
set -o nounset
celery -A "$APP_NAME" beat -l info

View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -o errexit
set -o nounset
celery -A "$APP_NAME" worker -l info