You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Broker/run_scheduler.sh

8 lines
280 B
Bash

#!/bin/bash
# This will start the huey task scheduling: https://huey.readthedocs.io/en/latest/contrib.html#django
# Make sure this script is started in the same folder as where 'clouds.yaml' is. Else Cloud connections will fail
source venv/bin/activate
./VRE/manage.py run_huey