Add missing ROLLBACK for transaction
This commit is contained in:
parent
cee9acaa87
commit
f57b5c4a9a
1 changed files with 1 additions and 0 deletions
|
|
@ -1643,5 +1643,6 @@ SKIP LOCKED")
|
|||
(record-job-event conn id "failure")
|
||||
#f)))
|
||||
(()
|
||||
(exec-query conn "ROLLBACK")
|
||||
(simple-format #t "job ~A not found to be processed\n"
|
||||
id))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue