edge / account

Account portal for managing Edge services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tooltip still active after restarting suspended server

adamkdean opened this issue · comments

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

image

@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.