Tolerate timeouts
This commit is contained in:
parent
b017108700
commit
5709cac469
1 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,9 @@ def push_jobs(db_factory: Callable[[], Store]) -> None:
|
||||||
client.select(Path(file.path).name)
|
client.select(Path(file.path).name)
|
||||||
client.start()
|
client.start()
|
||||||
db.start_job(job.id)
|
db.start_job(job.id)
|
||||||
|
except TimeoutError:
|
||||||
|
pass
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
log.exception("Oop")
|
log.exception("Oop")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue