Skip to content

Commit

Permalink
chore: Add removeOnComplete and removeOnFail options to BackendRunner…
Browse files Browse the repository at this point in the history
…Service configuration
  • Loading branch information
tacxou committed Aug 28, 2024
1 parent 42d9fdc commit 7a8bcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend-runner/backend-runner.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class BackendRunnerService implements OnApplicationBootstrap, OnModuleIni
removeOnFail: {
age: 60 * 60 * 24 * 7,
count: 2_500,
},
}, //TODO: Add to config
},
);

Expand Down

0 comments on commit 7a8bcd4

Please sign in to comment.