#!/bin/sh set -o errexit set -o nounset cd /app
python -m celery -A gso.worker worker --loglevel=info