Closed
Description
Reading files in Linux may throw exceptions, eg. file may not exist or be unaccessible, especially in containerized scenarios. We should consider to build mechanism to skip reading those files if already failed to read it once. We should consider retry too after some time.
Also, it's good verify same mechanisms in Windows.