edge / account

Account portal for managing Edge services
Other
3 stars 1 forks source link

Tooltip still active after restarting suspended server #193

Closed adamkdean closed 1 year ago

adamkdean commented 1 year ago

After restarting a suspended server (due to non-payment), the little tooltip remains active:

image
willgarrett64 commented 1 year ago

@adamkdean this is because the unsuspend server job cycle is every 5 minutes, so after an account is unsupended there will be a short period before the server is also unsuspended, so it's actually an API issue rather than UI.

What I've done is add a line (to API) that will unsuspend a server when the user manually starts their server. This should remove in turn remove the tooltip. However, for automatic unsuspends, the user will have to wait until the next cycle. As I say, that's up to a max of 5 minutes.