You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is the one that make managers process not to be restarted, when normal shutdown of process used in singleton?
when scaling down one service, my single process gets down and doesn't get up in remaining nodes of service... I think is because it gets detected as normal shutdown instead of abruptly
It is possible that this line
singleton/lib/singleton/manager.ex
Line 18 in ae3d0dd
is the one that make managers process not to be restarted, when normal shutdown of process used in singleton?
when scaling down one service, my single process gets down and doesn't get up in remaining nodes of service... I think is because it gets detected as normal shutdown instead of abruptly
https://hexdocs.pm/elixir/Supervisor.html#module-restart-values-restart
If so, would be nice to pass the restart value by config, when starting the singleton
The text was updated successfully, but these errors were encountered: