Hi
Yes, the rrSubmitter UI dropdown is limited regarding the hours you can choose from.
But the rrJob setting used later is not.
You need to use Python to modify it.
Please create a new “per job” on-Submission script via the rrSubmitter menu.
-------------------------------------------------------------
import datetime
job= rr.getJob()
nowTime = datetime.datetime.now()
laterTime= nowTime + timedelta(minutes = 10)
job.timeToEnable= laterTime
rr.setJob(job)
-------------------------------------------------------------
On-Submission scripts can be enabled by default via the rrSubmitter menu.
Or you can use Defaults- Edit via UI to find out the parameter name to place it into an <SubmitterParameter> Xml setting.
e.g. for the “Example-setEnvLine” on-submission script it would be:
OSperjob_Example-setEnvLine=1~1
regards,
Holger Schönberger
Craftsman and Keeper of the Royal Render Flame
Please use the rrKnights Tavern
or our support system for new questions.