Commit graph

5 commits

Author SHA1 Message Date
Nikos Papadakis
5bd44ef9ac
refactor: agent connections now use the new healthcheck streaming
`Prymn.Agent.Connection` GenServer uses healthchecking with the new
streaming RPC, retrieving asynchronously the health status of the agent.

The Connection will also shut itself down when there's no usage (when
the keepalive function is not called frequently)
2023-08-19 21:14:07 +03:00
Nikos Papadakis
a9d8786d11
Add typespecs, remove unneeded documentation 2023-07-29 14:45:09 +03:00
Nikos Papadakis
1a2f7d78e8
app: add user authentication 2023-07-28 23:44:00 +03:00
Nikos Papadakis
90ccdedd7b
app: use normal assigns instead of streams for the server list 2023-07-26 22:41:52 +03:00
Nikos Papadakis
de55092ade
rename backend -> app 2023-07-19 23:24:24 +03:00