Skip to content

Commit faa51e6

Browse files
committed
Set collation for catalog as well
1 parent 9793b1d commit faa51e6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

backstage/app-config.yaml

+7-6
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,14 @@ devTools:
274274

275275
search:
276276
collators:
277-
techdocs:
278-
schedule: # same options as in SchedulerServiceTaskScheduleDefinition
279-
# supports cron, ISO duration, "human duration" as used in code
277+
catalog:
278+
schedule:
279+
initialDelay: { seconds: 90 }
280+
frequency: { hours: 3 }
281+
timeout: { minutes: 3 } techdocs:
282+
schedule:
280283
initialDelay: { seconds: 90 }
281-
# supports cron, ISO duration, "human duration" as used in code
282-
frequency: { seconds: 10 }
283-
# supports ISO duration, "human duration" as used in code
284+
frequency: { minutes: 90 }
284285
timeout: { minutes: 3 }
285286
pg:
286287
highlightOptions:

0 commit comments

Comments
 (0)