Move globalpromstats worker into its own package

This commit is contained in:
Joseph Schorr 2017-07-11 13:52:15 +03:00
parent ca5a47edad
commit 265520d071
3 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,6 @@ echo 'Starting global prometheus stats worker'
QUAYPATH=${QUAYPATH:-"."}
cd ${QUAYDIR:-"/"}
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.globalpromstats
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.globalpromstats.globalpromstats
echo 'Global prometheus stats exited'

View file