From e1277af939c30e3f2e4bb74cc7792a8764dca1cb Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 14 Mar 2017 18:51:14 +0100 Subject: request compile jobs for participant too --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.py') 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) -- cgit v1.3.1