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")
|
(record-job-event conn id "failure")
|
||||||
#f)))
|
#f)))
|
||||||
(()
|
(()
|
||||||
|
(exec-query conn "ROLLBACK")
|
||||||
(simple-format #t "job ~A not found to be processed\n"
|
(simple-format #t "job ~A not found to be processed\n"
|
||||||
id))))))
|
id))))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue