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`.