Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hydroxyethane
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
hydroxyethane
6mo ago
We run a significant amount of stuff on spot-instances (AKS nodes) and use the service detect, monitor and gracefully handle the imminent shutdown on the Kubernetes side. https://learn.microsoft.com/en-us/azure/vir
2.
▲
by
hydroxyethane
5y ago
Could you elaborate why mnesia is useless? I've only used erlang and elixir in hobbyist projects but in theory mnesia felt like great fit into the erlang ecosystem.
3.
▲
by
hydroxyethane
6y ago
thanks for your answer so basically it relies on plain TCP and its reliability features. If you need something more sophisticated you gotta do it yourself within the application code (or using libs).
4.
▲
by
hydroxyethane
6y ago
Could you explain why that is to someone (me) has never done anything nontrivial with it? Thanks.