You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
290 B
7 lines
290 B
#!/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 Openstack Cloud connections will fail |
|
|
|
source venv/bin/activate |
|
./VRE/manage.py run_huey
|
|
|