diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-14 18:51:14 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-14 18:51:14 +0100 |
| commit | e1277af939c30e3f2e4bb74cc7792a8764dca1cb (patch) | |
| tree | 1992cbd4770457f477aaa168cfb09c90fd5754c4 /api.py | |
| parent | a67b89a0218b66eaee4ee5f15e919daac6f8d05f (diff) | |
| download | processor-e1277af939c30e3f2e4bb74cc7792a8764dca1cb.tar.gz processor-e1277af939c30e3f2e4bb74cc7792a8764dca1cb.zip | |
request compile jobs for participant too
Diffstat (limited to 'api.py')
| -rw-r--r-- | api.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
