Which IIQ version are you inquiring about?
8.4
Please share any images or screenshots, if relevant.
Hi Experts,
Would like to know is it possible to set the schedule task execution frequency lower than hourly? Like every 10 minutes?
8.4
Hi Experts,
Would like to know is it possible to set the schedule task execution frequency lower than hourly? Like every 10 minutes?
Hi @Bernardc,
into debug into TaskSchedule object set like that the cron expressions:
<CronExpressions>
<String>0 0/10 * * * ?</String>
</CronExpressions>
Hi @enistri_devo ,
Thanks for the info.
have set the cronexpression. Would the changes reflect in the ui? Confused is the changes take effect, as I do not see the execution frequency change. Will observe for 10 minutes.
if you set minutes you dont see it from the UI and if you save from UI you overwrite the configuration.
Set it into debug and nothing else.
you can use https://crontab.cronhub.io/ to generate the corn expression. whenever you need to the schedule other than the one which are listed in the ‘execution frequency’ drop down list then always use debug to update the expression and never save it from schedule task UI as it will override to the one which is selected. in this case UI looks wired as you won’t be able to see actual frequency which is set, just to avoid the confusion, it would be good to something in description which can give an idea what frequency it set and again this would just an indicator.
Hi @HemantSingh ,
Thanks! Very useful tools. And yes, it works.