Add a cleanup worker for blob uploads

This commit is contained in:
Joseph Schorr 2017-03-16 13:36:59 -04:00
parent ce7a9d550d
commit e25c989fef
4 changed files with 102 additions and 1 deletions

View file

@ -0,0 +1,8 @@
#! /bin/bash
echo 'Starting Blob upload cleanup worker'
cd /
venv/bin/python -m workers.blobuploadcleanupworker 2>&1
echo 'Blob upload cleanup exited'