Skip to content

Commit 7a8bcd4

Browse files
committed
chore: Add removeOnComplete and removeOnFail options to BackendRunnerService configuration
1 parent 42d9fdc commit 7a8bcd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend-runner/backend-runner.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export class BackendRunnerService implements OnApplicationBootstrap, OnModuleIni
109109
removeOnFail: {
110110
age: 60 * 60 * 24 * 7,
111111
count: 2_500,
112-
},
112+
}, //TODO: Add to config
113113
},
114114
);
115115

0 commit comments

Comments
 (0)