#!/bin/bash
set -e
python manage.py wait_for_db
python manage.py migrate
celery -A plane.settings.celery worker -l info