#!/bin/bash set -o errexit set -o nounset celery -A config.celery_app worker --autoscale 20 -l INFO