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
If a /file and a /blob are uploaded to the homeserver concurrently, the File will finish faster than the Blob , therefore, there is a big change that Nexus watcher will process a /file event whose blob does not yet exists leading to:
File Retry Manager is not yet good handled because I would like to work on that when the file related PR (#255) is closed. Once it is merged, I will take a look that error 👍
If a
/file
and a/blob
are uploaded to the homeserver concurrently, theFile
will finish faster than theBlob
, therefore, there is a big change that Nexus watcher will process a/file
event whose blob does not yet exists leading to:Ideally, this
/file
event line should be left to try later using the new Retry Manager #247 @tipogiThe text was updated successfully, but these errors were encountered: