Skip to content

Commit

Permalink
Omit 'building' from active host status list
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Mar 28, 2024
1 parent a10d28d commit 850110f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions globals.go
Original file line number Diff line number Diff line change
Expand Up @@ -956,11 +956,10 @@ var (
HostStarting,
}

// Hosts in "initializing" status aren't actually running yet:
// Hosts in "initializing" and "building" status aren't actually running yet:
// they're just intents, so this list omits that value.
ActiveStatus = []string{
HostRunning,
HostBuilding,
HostStarting,
HostProvisioning,
HostProvisionFailed,
Expand Down

0 comments on commit 850110f

Please sign in to comment.