atomic-server
atomic-server copied to clipboard
starting when already started aggressively tries 30 times
If I start the service while it is already running, then it warns and then tries 30 times before failing.
I would expect to immediately fail.
I recommend to only aggressively try optionally, e.g. with new option --persist
(taking optional integer value, default 30).
I think this is a duplicate of #324, right?
No: Issues are related but different.
One solution fixes them both (never restarting from within application - completely leaving that to systemd or similar external tooling), but other solutions might address only one but not the other (e.g. solving #324 by making auto-start optional).
Restarting is no longer default - only behind a flag, because #324 was implemented. I think this one is fixed now.