Add a cleanup worker for the queue item table

Fixes #784
This commit is contained in:
Joseph Schorr 2015-11-20 16:50:12 -05:00
parent ec492bb683
commit 5746b42c69
3 changed files with 49 additions and 0 deletions

View file

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