Add a RepositoryActionCount table so we can use it (instead of LogEntry) when scoring repo search results

This commit is contained in:
Joseph Schorr 2015-04-13 13:31:07 -04:00
parent 703f48f194
commit 3f1e8f3c27
8 changed files with 137 additions and 19 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec logger -i -t repositoryactioncounter

View file

@ -0,0 +1,8 @@
#! /bin/bash
echo 'Starting repository action count worker'
cd /
venv/bin/python -m workers.repositoryactioncounter 2>&1
echo 'Repository action worker exited'