#!/bin/bash

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


celery -A django_sso_app.config.celery_app worker -l INFO
