Merge pull request #2768 from coreos-inc/joseph.schorr/QUAY-653/blobuploadcleanupworker-data-interface

Change blobuploadcleanupworker to use a data interface
This commit is contained in:
josephschorr 2017-07-12 00:32:09 +03:00 committed by GitHub
commit dc6c6b30fc
7 changed files with 120 additions and 11 deletions

View file

@ -5,6 +5,6 @@ echo 'Starting Blob upload cleanup worker'
QUAYPATH=${QUAYPATH:-"."}
cd ${QUAYDIR:-"/"}
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.blobuploadcleanupworker 2>&1
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.blobuploadcleanupworker.blobuploadcleanupworker 2>&1
echo 'Blob upload cleanup exited'