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

Improve failure checking #60

Closed
shawaj opened this issue Oct 20, 2021 · 1 comment · Fixed by #59
Closed

Improve failure checking #60

shawaj opened this issue Oct 20, 2021 · 1 comment · Fixed by #59

Comments

@shawaj
Copy link
Member

shawaj commented Oct 20, 2021

Currently we only try 5 times to start the concentrator and then say it's failed...

if(failTimes == 5):
with open("/var/pktfwd/diagnostics", 'w') as diagOut:
diagOut.write("false")

This doesn't work very well as sometimes it will fail more times than this, then work again, but the miner and diagnostics containers still get stuck because we do not check after 5 failures

@shawaj
Copy link
Member Author

shawaj commented Oct 22, 2021

Temp fix in #62

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

Successfully merging a pull request may close this issue.

1 participant