Fix restart logic and add watchdog

This commit is contained in:
Ulf Wiger
2025-10-23 22:22:59 +02:00
parent 847ffc810a
commit 1f6066705c
8 changed files with 180 additions and 10 deletions
-1
View File
@@ -62,7 +62,6 @@ cache_good_address(#{host := _,
ok ->
case file:write_file(CacheF, term_to_binary(ToCache)) of
ok ->
?LOG_DEBUG("Cached eureka info in: ~p", [CacheF]),
{ok, ToCache};
{error, _} = Err ->
?LOG_DEBUG("Couldn't cache eureka in ~p: ~p", [CacheF, Err]),