Move notification worker to its own package
This commit is contained in:
parent
457f685952
commit
fbfd78532c
3 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ echo 'Starting notification worker'
|
|||
QUAYPATH=${QUAYPATH:-"."}
|
||||
cd ${QUAYDIR:-"/"}
|
||||
|
||||
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.notificationworker
|
||||
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.notificationworker.notificationworker
|
||||
|
||||
echo 'Notification worker exited'
|
0
workers/notificationworker/__init__.py
Normal file
0
workers/notificationworker/__init__.py
Normal file
Reference in a new issue