No updates in the job status

Hi all, I submitted some jobs using the qlaunch command. The status of all jobs is not changing from ‘RESERVED’, though some jobs are completed, and some are failed due to time limits. Could somebody suggest possible solutions for this?

Best,
Abhilash

Are you intentionally using Advanced queue submission, i.e. reservation mode? If yes, maybe the docs section on Limitations: dealing with failure can help?

Yes, I used the command ‘qlaunch -r rapidfire -m 12’. Thanks for the help.

If you are not intended to tailor the queue script with the reservation mode, you could use the command ‘qlaunch --fill_mode rapidfire -m 50 --nlaunches 12’ to submit your jobs for easier tracking.

Thank you for your suggestion. It will be helpful.