#!/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