Skip to content

Commit

Permalink
cloudapi/v2/server: rephrase error message
Browse files Browse the repository at this point in the history
  • Loading branch information
schuellerf authored and croissanne committed Nov 19, 2024
1 parent 02778b5 commit 992f876
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/cloudapi/v2/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,7 @@ func serializeManifest(ctx context.Context, manifestSource *manifest.Manifest, w

jobResult.JobError = clienterrors.New(clienterrors.ErrorDepsolveTimeout,
"Timeout while waiting for package dependency resolution",
"There may be a temporary issue with compute resources. "+
"We’re looking into it, please try again later.",
"There may be a temporary issue with compute resources.",
)
break
default:
Expand Down

0 comments on commit 992f876

Please sign in to comment.