Dynamically supervise a GRPC connection and keep it alive for a while, using a timeout to kill the process on inactivity. The Connection GenServer keeps the connection alive, while listening to a health stream from the GRPC endpoint, notifying any subscribed listeners about changes to health. This health is then propagated to the main servers page. Also create a looping get_sys_info which retrieves some basic system information. |
||
|---|---|---|
| .. | ||
| server_live | ||
| user_confirmation_live.ex | ||
| user_forgot_password_live.ex | ||
| user_login_live.ex | ||
| user_registration_live.ex | ||
| user_reset_password_live.ex | ||
| user_settings_live.ex | ||