-
Notifications
You must be signed in to change notification settings - Fork 16
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
Farmer exits when node is temporarily unavailable #25
Comments
This might help: requests.adapters.DEFAULT_RETRIES = 5
|
The relevant code is here: Want to submit a pull request? :) |
Perhaps once I'm finished with playing with the source and testing. Tried the fix I suggested, but it's not resilient enough yet. |
There is currently a keep alive argument |
basically it catches any exceptions inside the main loop and if |
I think I have a similar issue with connectivity. Challenge update failed: Unable to perform HTTP get. |
Yeah. Same thing |
Did you guys try |
Yes, last night I started the farmer with --keepalive, so far, so good. When you have the new update for downstream-farmer, do we need to download a new file? |
@heunland Working on it. Will update you when we have new binaries for you to download. |
Have been running farmer with --keepalive for almost a week now. No hiccups for now. (ds 1.5 --size 30720) |
Farmer should be more resilient in the event there are connectivity issues.
This is what happens when the node is temporarily unavailable. (Bad connectivity, solar flares etc.)
Farmer process terminates
The text was updated successfully, but these errors were encountered: