Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-retry IPFS calls #1

Open
rtlong opened this issue May 4, 2015 · 2 comments
Open

Auto-retry IPFS calls #1

rtlong opened this issue May 4, 2015 · 2 comments

Comments

@rtlong
Copy link
Member

rtlong commented May 4, 2015

Many times IPFS will just fail for a request or two and then resume working. I assume this is due to the relatively volatile network that we are relying on at the moment. In any case, just waiting a bit and retrying should be a suitable work-around for this case. We should work out a nice approach for queuing these retries and design the data flows such that it can handle such an interruption. Perhaps using promise chains is not the most suitable approach here, as we are doing currently.

@rtlong
Copy link
Member Author

rtlong commented Jun 24, 2015

👍

@jbenet
Copy link

jbenet commented Sep 26, 2015

Argh yeah, this is super annoying. we should be fixing this shortly (maybe 0.3.8 or 0.3.9), as we'll switch to prebuilt bins with Go 1.5 + merge some fixes (right @whyrusleeping)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants