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
Ran into a bug where a file sync'ed (all jobs at 100% complete) but somehow the file_location_ready is left as false.
Have periodic checks that see if the file exists and, if so and there's no sync jobs pending, call file_sync_shared (or whatever tool is best) to verify the sum and marks it as ready.
The text was updated successfully, but these errors were encountered:
Ran into a bug where a file sync'ed (all jobs at 100% complete) but somehow the
file_location_ready
is left asfalse
.Have periodic checks that see if the file exists and, if so and there's no sync jobs pending, call
file_sync_shared
(or whatever tool is best) to verify the sum and marks it as ready.The text was updated successfully, but these errors were encountered: