events-backend: avoid immediate cleanup job to avoid it running for integration tests

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-05-26 21:13:25 +02:00
parent 105d68cd09
commit d2e733c8b6
@@ -287,6 +287,7 @@ export class DatabaseEventBusStore implements EventBusStore {
id: 'event-bus-cleanup',
frequency: { seconds: 10 },
timeout: { minutes: 1 },
initialDelay: { seconds: 10 },
fn: store.#cleanup,
});