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