@@ -1,5 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Made shut down stale tasks configurable.
|
||||
|
||||
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user