#!/bin/bash set -o errexit set -o nounset # wait for RabbitMQ server to start sleep 10 celery -A core --broker="${CELERY_BROKER}" flower