Tolerate timeouts
This commit is contained in:
parent
7e9588c11a
commit
2fde40d1ab
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.start()
|
||||
db.start_job(job.id)
|
||||
except TimeoutError:
|
||||
pass
|
||||
|
||||
except Exception:
|
||||
log.exception("Oop")
|
||||
|
||||
|
|
Loading…
Reference in a new issue