#!/bin/sh set -o errexit set -o nounset cd /app python -m celery -A gso.worker beat -l info -S redbeat.RedBeatScheduler