70de107268
This change adds a worker to conduct GC on repositories with garbage every 10s. Fixes #144
8 lines
No EOL
115 B
Bash
Executable file
8 lines
No EOL
115 B
Bash
Executable file
#! /bin/bash
|
|
|
|
echo 'Starting GC worker'
|
|
|
|
cd /
|
|
venv/bin/python -m workers.gcworker 2>&1
|
|
|
|
echo 'Repository GC exited' |