#!/bin/sh

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


celery -A config.celery_app worker -l INFO
