Move gcworker into its own package
This commit is contained in:
parent
91d2cb1ec1
commit
38f1752a2d
3 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
||||||
echo 'Starting GC worker'
|
echo 'Starting GC worker'
|
||||||
|
|
||||||
cd /
|
cd /
|
||||||
venv/bin/python -m workers.gcworker 2>&1
|
venv/bin/python -m workers.gcworker.gcworker 2>&1
|
||||||
|
|
||||||
echo 'Repository GC exited'
|
echo 'Repository GC exited'
|
0
workers/gcworker/__init__.py
Normal file
0
workers/gcworker/__init__.py
Normal file
Reference in a new issue