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
There are some situations where 2 services are edited, with changes in their relationships to each other. In these cases, it's not possible to reload e.g. service a as the loaded version of old b is incompatible with new a. But new b is also incompatible with old a, so first reloading b then a is not a solution either.
Current workaround
Edit a in a way that it's compatible with new b. Reload b, then edit a with the remaining changes. It's not always possible.
Suggested fix
A dinitctl reload --all could reload both services atomically, avoiding the incompatible half-reloaded status.
The text was updated successfully, but these errors were encountered:
There are some situations where 2 services are edited, with changes in their relationships to each other. In these cases, it's not possible to reload e.g. service
a
as the loaded version of oldb
is incompatible with newa
. But newb
is also incompatible with olda
, so first reloadingb
thena
is not a solution either.Current workaround
Edit
a
in a way that it's compatible with newb
. Reloadb
, then edita
with the remaining changes. It's not always possible.Suggested fix
A
dinitctl reload --all
could reload both services atomically, avoiding the incompatible half-reloaded status.The text was updated successfully, but these errors were encountered: