We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9793b1d commit faa51e6Copy full SHA for faa51e6
backstage/app-config.yaml
@@ -274,13 +274,14 @@ devTools:
274
275
search:
276
collators:
277
- techdocs:
278
- schedule: # same options as in SchedulerServiceTaskScheduleDefinition
279
- # supports cron, ISO duration, "human duration" as used in code
+ catalog:
+ schedule:
+ initialDelay: { seconds: 90 }
280
+ frequency: { hours: 3 }
281
+ timeout: { minutes: 3 } techdocs:
282
283
initialDelay: { seconds: 90 }
- frequency: { seconds: 10 }
- # supports ISO duration, "human duration" as used in code
284
+ frequency: { minutes: 90 }
285
timeout: { minutes: 3 }
286
pg:
287
highlightOptions:
0 commit comments