Hi, my fellow Qube friends.
I've got a question about retrying failed jobs. I know I can do something like:
qbsub --retrywork 1 --retrysubjob 1 --range 1-100 Render -s QB_FRAME_NUMBER -e QB_FRAME_NUMBER myscene.ma
This will retry the job. That's great. BUT, often, the retry fails as well because the node is having problems (for example, it's rebooting). Is there a way to pause before the retry...or better yet, is there a way to retry with a delay? Something like "retry failed jobs in 15 minutes" kind of thing?
Thanks!