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 9caba15 commit e411228Copy full SHA for e411228
pkg/operator/resources/batchapi/manage_resources_cron.go
@@ -141,8 +141,8 @@ func ManageJobResources() error {
141
continue
142
}
143
144
- if queueURL == nil {
145
- // job has been submitted within the grace period, it may take a while for a newly created queue to be listed in SQS api response
+ if queueURL == nil || k8sJob == nil {
+ // job has been submitted within the grace period, it may take a while for a newly created queues and jobs to show up in list results
146
147
148
0 commit comments