fission icon indicating copy to clipboard operation
fission copied to clipboard

Retry on sync failed (CLI)

Open bmann opened this issue 5 years ago • 2 comments

On 502/504, our server hasn’t managed to fetch the all the blocks, but everything is already added to IPFS locally.

A retry should just be able to do a dag put of the build dir hash, and then only REALLY fail if it keeps getting 502/504 errors.

bmann avatar Sep 18 '20 20:09 bmann

@bmann still open after trying the CLI v2.9.x?

expede avatar Sep 25 '20 21:09 expede

@expede there is no retry that I can see in logs that does this? The one failure I had, it just failed, and there was no log of trying the hash again.

In the verbose mode, "Sending web request" should really be "Sending web request to publish HASH" and then this would be "Sync failed, retrying to publish HASH" or something.

Open for now until I can test the newest build. And of course, if it never fails, then that's good too!

bmann avatar Sep 25 '20 21:09 bmann