Skip to content

Commit

Permalink
feat(apple_silicon): add busy server status (scaleway#1584)
Browse files Browse the repository at this point in the history
Co-authored-by: Jules Castéran <[email protected]>
  • Loading branch information
scaleway-bot and Codelax authored Nov 19, 2024
1 parent 300c837 commit 3006f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export const SERVER_TRANSIENT_STATUSES: ServerStatus[] = [
'locking',
'unlocking',
'reinstalling',
'busy',
]
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export type ServerStatus =
| 'locked'
| 'unlocking'
| 'reinstalling'
| 'busy'

export type ServerTypeStock =
| 'unknown_stock'
Expand Down

0 comments on commit 3006f07

Please sign in to comment.