Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When a server provision job is started, create an empty tile #533

Open
digimer opened this issue Nov 21, 2023 · 4 comments
Open

When a server provision job is started, create an empty tile #533

digimer opened this issue Nov 21, 2023 · 4 comments
Assignees
Milestone

Comments

@digimer
Copy link
Member

digimer commented Nov 21, 2023

The idea is to give the user an indication more quickly that their server is being provisioned. So the tile that gets created when the server boots, have that appear as soon as the anvil-provision-server job is registered with some sort of icon showing the user that the server will be available shortly. Perhaps show the anvil-provision-server job_percentage?

@digimer
Copy link
Member Author

digimer commented Sep 9, 2024

Additional to this; there is a bug where where the first creation of the tile shows a broken screenshot URL. I wonder if it tries to take a screenshot before the server actually exists / boots?

image

@digimer
Copy link
Member Author

digimer commented Sep 28, 2024

Extension to this; When a job to shutdown the server is registered, the server's tile should have a "shutting down..." overlay. Once the DB shows the server is stopped, the last screenshot should be removed with the "server is off" overlay.

@ylei-tsubame
Copy link
Collaborator

To find server(s) that are pending, get the provision server job that:

  1. doesn't have a server name that exists in the servers table,
  2. doesn't have peer-mode(?) enabled

@ylei-tsubame
Copy link
Collaborator

ylei-tsubame commented Dec 7, 2024

The shut down indicator is tracked in #767. This issue should only track the provision indicator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants