fix: bg jobs sequencing

This commit is contained in:
allanice001
2025-12-10 13:25:12 +00:00
parent c63f9f1cf3
commit a929561bc8
6 changed files with 122 additions and 127 deletions

View File

@@ -68,7 +68,7 @@ func ClusterSetupWorker(db *gorm.DB, jobs *Jobs) archer.WorkerFn {
logger.Info().Msg("[cluster_setup] running make setup")
runCtx, cancel := context.WithTimeout(ctx, perClusterTimeout)
out, err := runMakeOnBastion(runCtx, db, c, "setup")
out, err := runMakeOnBastion(runCtx, db, c, "ping-servers")
cancel()
if err != nil {