Signed-off-by: Bogdan Nechyporenko <bnechyporenko@bol.com>
This commit is contained in:
Bogdan Nechyporenko
2023-11-06 23:15:47 +01:00
parent 6721540a63
commit a75c24c25b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-scaffolder-backend': minor
---
Made shut down stale tasks configurable.
+1 -1
View File
@@ -45,7 +45,7 @@ export interface Config {
*
* By default, the frequency is every 5 minutes.
*/
taskTimeoutJanitorFrequency: HumanDuration;
taskTimeoutJanitorFrequency?: HumanDuration;
/**
* Sets the task's heartbeat timeout, when to consider a task to be staled.