Hi,
I'm doing some quick tests with rarepress. While minting multiple files in batch, I saw a lot of 'timeout. not yet replicated:xxxx' in my console.
After some search in the source code of how 'upload' function and 'check' function are implemented, I got the following two questions:
the 'check' function use a 'while' loop to check whether the cid has correctly been pushed. Does that mean the 'upload' request can never fail ? (all upload request will eventually been processed immediately or soon ?)
what would be the best practice if a batch upload continues to be blocked at the 'timeout, not yet replaceted: xxx' state ? Should we cut the current execution and re launch a new one ? or should we just wait ?
Hi, I'm doing some quick tests with rarepress. While minting multiple files in batch, I saw a lot of 'timeout. not yet replicated:xxxx' in my console.
After some search in the source code of how 'upload' function and 'check' function are implemented, I got the following two questions:
the 'check' function use a 'while' loop to check whether the cid has correctly been pushed. Does that mean the 'upload' request can never fail ? (all upload request will eventually been processed immediately or soon ?)
what would be the best practice if a batch upload continues to be blocked at the 'timeout, not yet replaceted: xxx' state ? Should we cut the current execution and re launch a new one ? or should we just wait ?
Thanks a lot