supervisor unit sessions now actually call txnctrl.cleanup

This commit is contained in:
Mikayla Fischler
2022-05-31 15:40:17 -04:00
parent 43d5c0f8ad
commit e52b76aa24
6 changed files with 14 additions and 1 deletions

View File

@@ -111,6 +111,11 @@ function unit_session.new(unit_id, advert, out_queue, log_tag, txn_tags)
return false
end
-- post update tasks
function protected.post_update()
self.transaction_controller.cleanup()
end
-- get the public interface
function protected.get() return public end