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:
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user