Recently, we've been submitting batch jobs through the Qube Python api (Building a Job object and then qb.submit(job)). Every now and then, we receive this error:
"ERROR: unable to receive from qsupelx - blank message"
And the job is not submitted and crashes when trying to get the job ID. Resubmitting the same job usually works. We're submitting each job individually, which is not ideal, but unfortunately we cannot easily change our tools to submit all the jobs at the same time. Any ideas what causes this?