Files @ 98d80dfbd7e3
Branch filter:

Location: FVDE/ennstatus/Scripts/start_service_systemd.sh

Dennis Fink
Don't fail on calculation weights for relays

Relays don't have a 5_years subkey in their weights json.
We fix this by using a try clause and simply continue with the
next iteration if a key is missing
1
2
3
4
#!/bin/bash

source /opt/ennstatus/bin/activate
gunicorn -w 4 --chdir /srv/http/enn/ -D -p /tmp/ennstatus.pid -u http -g http -e ENNSTATUS_SETTINGS=/srv/http/enn/config.py -y 127.0.0.1 ennstatus:app