Files
backstage/.changeset/shy-clouds-reflect.md
T
Patrik Oldsberg 773ea341d2 config-loader: retry empty files
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-09-26 11:05:37 +02:00

260 B

@backstage/config-loader
@backstage/config-loader
patch

The FileConfigSource will now retry file reading after a short delay if it reads an empty file. This is to avoid flakiness during watch mode where change events can trigger before the file content has been written.