summaryrefslogtreecommitdiff
path: root/api.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-14 18:51:14 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-14 18:51:14 +0100
commite1277af939c30e3f2e4bb74cc7792a8764dca1cb (patch)
tree1992cbd4770457f477aaa168cfb09c90fd5754c4 /api.py
parenta67b89a0218b66eaee4ee5f15e919daac6f8d05f (diff)
downloadshrinker-e1277af939c30e3f2e4bb74cc7792a8764dca1cb.tar.gz
shrinker-e1277af939c30e3f2e4bb74cc7792a8764dca1cb.zip
request compile jobs for participant too
Diffstat (limited to 'api.py')
-rw-r--r--api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.py b/api.py
index 0d7875a..b833ef8 100644
--- a/api.py
+++ b/api.py
@@ -147,7 +147,7 @@ class Processor(joblib.worker.Worker):
logging.debug("%s: requesting jobs for %s",
jobid, obj_id)
self._priorities.append(priority)
- if table == "player":
+ if table == "player" or table == "participant":
self._compilejobs.append(payload)
if table == "participant":
self._analyzejobs.append(payload)