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

Work around OTP applications which do not respond #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rickpayne
Copy link

A workaround for #60 - a bit of a nasty hack that works for me. Feel free to improve ;)

@@ -9,6 +9,8 @@

-behaviour(gen_server).

-define(LIVENESS_TIMEOUT, 1000).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rename this to something more meaningful, maybe TOP_SUP_RESP_TIMEOUT?

@arkgil
Copy link
Contributor

arkgil commented Nov 6, 2017

Thanks for this @rickpayne 👍 I think it's a great addition! But I think we would need to indicate the timeout in the UI - currently the application will be present but with no nodes in the tree.

I've left one comment regarding the code itself 🙂

@rickpayne
Copy link
Author

Ok, I'll fix the current pull. Do you want me to look at indicating the fact that application timed out? It'd be a while before I get a chance...

@arkgil
Copy link
Contributor

arkgil commented Nov 7, 2017

IMO that'd be great to have in the same PR, no rush 🙂 Thanks!

@Hajto Hajto removed their request for review March 4, 2020 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants