#!/bin/bash

set -o errexit
set -o nounset


exec python manage.py procrastinate worker
