#!/bin/sh

set -o errexit
set -o nounset


IS_WORKER=1 celery -A django_structlog_demo_project.taskapp worker -l INFO
