Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/go_modules/develop/gorm.io/gor…
Browse files Browse the repository at this point in the history
…m-1.25.9
  • Loading branch information
tanmoysrt authored Mar 29, 2024
2 parents d5b27fa + 568ce0b commit 4809244
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swiftwave_service/cronjob/server_status_monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ func (m Manager) monitorServerStatus() {
return
} else {
for _, server := range servers {
if server.Status == core.ServerNeedsSetup || server.Status == core.ServerPreparing {
continue
}
go func(server core.Server) {
if m.isServerOnline(server) {
err = core.MarkServerAsOnline(&m.ServiceManager.DbClient, &server)
Expand Down

0 comments on commit 4809244

Please sign in to comment.