fix(restart): the self-relaunch waits for its parent's mutex
A database switch relaunches OpsLog, and the child regularly won the race against the old instance's teardown — so following the app's own instructions produced 'OpsLog is already running'. The relaunch now passes --relaunch, which gets the same 20-second mutex patience the post-update restart has always had. Opens the 0.27.6 block.
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
[
|
||||
{
|
||||
"version": "0.27.6",
|
||||
"date": "",
|
||||
"en": [
|
||||
"Switching the settings database no longer shows “OpsLog is already running”: the automatic relaunch now waits for the closing instance to release its lock instead of racing it."
|
||||
],
|
||||
"fr": [
|
||||
"Changer de base de réglages n’affiche plus « OpsLog is already running » : la relance automatique attend désormais que l’instance qui se ferme libère son verrou au lieu de la prendre de vitesse."
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.27.5",
|
||||
"date": "",
|
||||
|
||||
Reference in New Issue
Block a user