This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
facturio/scripts/run-dramatiq.sh

10 lines
144 B
Bash
Executable file

#!/usr/bin/env bash
set -o nounset
set -o xtrace
set -o errexit
set -o pipefail
echo "Running dramatiq..."
./manage.py rundramatiq -p 2 -t 2