Set up the service monitoring for the log migration script. Add a database migration to add the logs_archived column.

This commit is contained in:
Jake Moshenko 2014-09-12 11:57:47 -04:00
parent b55e79e5d3
commit 353da13b16
5 changed files with 38 additions and 1 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec svlogd /var/log/buildlogsarchiver/

View file

@ -0,0 +1,8 @@
#! /bin/bash
echo 'Starting build logs archiver worker'
cd /
venv/bin/python -m workers.buildlogsarchiver
echo 'Diffs worker exited'