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