#!/bin/sh

set -o errexit
set -o nounset


rm -f './celerybeat.pid'
celery -A config.celery_app beat -l DEBUG
