#!/bin/bash

set -o errexit
set -o pipefail
set -o nounset


/opt/venv/bin/celery -A config.celery_app beat -l INFO
