?>
Voir la documentation de actionstatus
Die Aktion `addNodeStatus` im Aktionssatz `session` wird verwendet, um den Status von Maschinen (Knoten) zu überwachen, die gerade einem CAS-Server hinzugefügt werden. Dies ist besonders nützlich in einer verteilten Umgebung, um den Fortschritt und den Erfolg der Skalierung des Servers durch Hinzufügen neuer Worker-Knoten zu verfolgen. Die Aktion liefert eine Tabelle mit Details zu jedem Knoten, der sich im Prozess des Beitritts zum Cluster befindet.
The `session.actionstatus` action allows you to retrieve the status of actions for a specific CAS session. This is particularly useful for monitoring long-running jobs or for managing multiple sessions concurrently. By providing the unique identifier (UUID) of a session, you can get detailed information about the state of any actions that have been submitted within that session, such as whether they are running, completed, or have failed.
The addNodeStatus action lists details about machines that are currently being added to the server. This is particularly useful in a distributed environment to monitor the status of worker nodes joining the CAS cluster. It helps administrators verify that new nodes are being added successfully and to troubleshoot any issues that may arise during the process.