mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
return the recoverable err
This commit is contained in:
@@ -1103,7 +1103,7 @@ CREATE:
|
||||
} else if strings.Contains(strings.ToLower(createErr.Error()), "no such image") {
|
||||
// There is still a very small chance this is possible even with the
|
||||
// coordinator so retry.
|
||||
structs.NewRecoverableError(createErr, true)
|
||||
return nil, structs.NewRecoverableError(createErr, true)
|
||||
}
|
||||
|
||||
return nil, recoverableErrTimeouts(createErr)
|
||||
|
||||
Reference in New Issue
Block a user