diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-10 16:18:44 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-10 16:18:44 +0100 |
| commit | d56c3ef8fe2d6c523077507a2315eb13f4d87ea8 (patch) | |
| tree | f1676e2ca3fc25ae7fc78e79a4161bc1ef48246b | |
| parent | d0c3cb553bc009bd4e10941203e1cd5b922c3978 (diff) | |
| download | compiler-d56c3ef8fe2d6c523077507a2315eb13f4d87ea8.tar.gz compiler-d56c3ef8fe2d6c523077507a2315eb13f4d87ea8.zip | |
update joblib
| -rw-r--r-- | api.py | 2 | ||||
| m--------- | joblib | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ class Compiler(joblib.worker.Worker): async def startup(): - for _ in range(3): + for _ in range(1): worker = Compiler() await worker.connect(db_config, queue_db) await worker.setup() diff --git a/joblib b/joblib -Subproject 34861a5b7284de2b616e0f376dc7fbbbdbb7ea3 +Subproject dcec341b23411320dbe586eb7c889cdb6ff31ed |
