Task #27707
Fix transaction usage in jobs
Start date:
29/05/2025
Due date:
% Done:
100%
Estimated time:
Description
BatchSubmit, BatchAppend, and SlowQuerySubmit functions create database transactions but execute queries on the main connection pool instead of using the transaction. Fix it.