Move globalpromstats worker into its own package
This commit is contained in:
parent
ca5a47edad
commit
265520d071
3 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
0
workers/globalpromstats/__init__.py
Normal file
0
workers/globalpromstats/__init__.py
Normal file
Reference in a new issue