We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654a61d commit 4f12e81Copy full SHA for 4f12e81
submit.go
@@ -351,6 +351,7 @@ statusLoop:
351
job, err = c.GetStatus(args.ProjectID, job.ID)
352
if err != nil {
353
log.Printf("Unable to retrieve status for job: %s", err)
354
+ break
355
}
356
switch job.Status {
357
case JobStatusUNKNOWN, JobStatusSUBMITTED, JobStatusPENDING:
0 commit comments