Skip to content
Snippets Groups Projects

[Webservice] Fix database lock timeouts

Merged Thomas Kluyver requested to merge fix/websvc-db-write-locking into master
1 unresolved thread
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -356,7 +356,6 @@ async def run_action(job_db, cmd, mode, proposal, run, exec_id) -> str:
message = Success.START_CORRECTION.format(proposal, run)
# Save submitted jobs to persistent database.
c = job_db.cursor() # FIXME: asyncio
rstr = stdout.decode()
for r in rstr.split("\n"):
Loading