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
So, in panel we often have game servers and databases that they are connected to. If the server system (linux) is restarting, the panel tries to boot all servers that were previousley running.
Now, all servers start at the same time, so sometimes the database doesn't have enough time to finish loading before one of the game servers needs it.
We could have server start priorities, so e.g. databases start first, and then, when they started - other servers with lower priorities are booted.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So, in panel we often have game servers and databases that they are connected to. If the server system (linux) is restarting, the panel tries to boot all servers that were previousley running.
Now, all servers start at the same time, so sometimes the database doesn't have enough time to finish loading before one of the game servers needs it.
We could have server start priorities, so e.g. databases start first, and then, when they started - other servers with lower priorities are booted.
Beta Was this translation helpful? Give feedback.
All reactions