Skip to content

Commit

Permalink
Update internal/runner/nomad_manager.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSerth authored Sep 24, 2024
1 parent ce1d703 commit f320878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/runner/nomad_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ func monitorAllocationStartupDuration(startup time.Duration, runnerID string, en

// checkForMigratingEnvironmentJob checks if the Nomad environment job is still running after the delay.
func (m *NomadRunnerManager) checkForMigratingEnvironmentJob(ctx context.Context, jobID string, delay time.Duration) {
log.WithField(dto.KeyEnvironmentID, jobID).Debug("Environment stopped unexpectedly. Checking again..")
log.WithField(dto.KeyEnvironmentID, jobID).Debug("Environment stopped unexpectedly. Checking again...")

select {
case <-ctx.Done():
Expand Down

0 comments on commit f320878

Please sign in to comment.