#!/bin/bash set -e trap "trap - SIGTERM && kill -- -$$" SIGINT SIGTERM EXIT export DEBUG=${DEBUG:-1} python3 manage.py start_temporal_worker wait