Remove manifest backfill worker

This commit is contained in:
Joseph Schorr 2018-12-06 15:05:11 -05:00
parent cb7369c2ca
commit 57e93a82c9
3 changed files with 0 additions and 196 deletions

View file

@ -1,4 +0,0 @@
#!/bin/sh
# Start the logger
exec logger -i -t manifestbackfillworker

View file

@ -1,9 +0,0 @@
#! /bin/bash
echo 'Starting manifest backfill worker'
QUAYPATH=${QUAYPATH:-"."}
cd ${QUAYDIR:-"/"}
PYTHONPATH=$QUAYPATH venv/bin/python -m workers.manifestbackfillworker 2>&1
echo 'Repository manifest backfill exited'