Indexing endpoints happens in a transaction

This commit is contained in:
Matt Aitken
2023-06-30 11:09:44 +01:00
parent fcd2d6eea2
commit d76d2b86d2
@@ -67,6 +67,7 @@ export class IndexEndpointService {
},
{
queueName,
tx,
}
);
}
@@ -82,6 +83,7 @@ export class IndexEndpointService {
},
{
queueName,
tx,
}
);
}
@@ -97,6 +99,7 @@ export class IndexEndpointService {
},
{
queueName,
tx,
}
);
}
@@ -112,6 +115,7 @@ export class IndexEndpointService {
},
{
queueName,
tx,
}
);
}