Skip to content

Server state not in sync with the real status on cloud provider end

UI --> server state (terminated, running...) : is not in sync with the real status on cloud provider end.

Requirement : need to refresh the value automatically to fetch the status of the server directly from the cloud provider and update the value in the Yak DB. Indeed, someone can change the status of the server at cloud provider end and it would not be reflected in the Yak DB.

Two options:

  1. UI triggers an API call directly to the Cloud provider and retrieves the information from the cloud provider and updates the Yak DB.
  2. UI triggers an API call to the Yak Core, and the Core fetches the information from the cloud provider and updates the Yak DB.

Activity to be performed jointly with Core team.