From bc3fba1f0bfbd343a555853a28b7468ef19da731 Mon Sep 17 00:00:00 2001 From: Florian JUDITH Date: Sat, 25 Nov 2023 20:14:46 -0500 Subject: [PATCH] Updated changeset details Signed-off-by: Florian JUDITH --- .changeset/ninety-otters-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/ninety-otters-report.md b/.changeset/ninety-otters-report.md index 9b47097f73..fbccc481f4 100644 --- a/.changeset/ninety-otters-report.md +++ b/.changeset/ninety-otters-report.md @@ -2,4 +2,4 @@ '@backstage/plugin-lighthouse-backend': minor --- -Updated Lighthouse schedule configuration to fix crashes when using custom configuration +Fixed crashes faced with custom schedule configuration. The configuration schema has been update to leverage the TaskScheduleDefinition interface. It is highly recommended to move the `lighthouse.shedule` and `lighthouse.timeout` respectively to `lighthouse.schedule.frequency` and `lighthouse.schedule.timeout`.