Add missing ROLLBACK for transaction

This commit is contained in:
Christopher Baines 2020-02-24 18:50:34 +00:00
parent cee9acaa87
commit f57b5c4a9a

View file

@ -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))))))