Skip to content

fix(gc): commit database transaction when no task was found

João Pereira requested to merge commit-on-worker-noop into master

Previously workers were rolling back the database transaction in this scenario, which is wrong and causes an unnecessary alert if aborted transactions are being monitored on the database server-side.

Related to #478 (closed)

Edited by João Pereira

Merge request reports