#!/bin/bash set -o errexit set -o nounset rm -f './celerybeat.pid' celery -A main.celery beat -l info