You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement loop retrying list to reach a consistent view
Previously, we might hit a certain race condition between `fs::read_dir`
and actually accessing the directory entry in `FilesystemStore::list`.
Here, we introduce a `loop` retrying the listing (by default 10 times)
when we suddenly hit a `NotFound` error, to hopefully reach a consistent
view on the second/third time around.
0 commit comments