Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I wanted to use the custom mode in QMC scheduler.
Requirement - Need to set a trigger from 1 PM which should check in every 30 min till 8 PM from Tuesday- Saturday. For some reason this is not working. Can someone please provide your inputs/suggestion. Thanks
Let me know if you need more details.
Thanks.
Hi,
Try the following cron expression
*/30 13-20 * * 2-7
You can see the definition here.
Let me know if it works.
Thanks
Lotfi
Hi Lotfi,
Thanks for your response. If I use your suggestion in custom filter it is throwing error to me. Appreciate your inputs here. FYI - This is from QMC scheduler.
There is another field which can take custom increment so I believe that field would be required for 30 min increment.
Looking forward to hearing from you.
Cheers
Thanks Lotfi for your quick response here.
I have used this and made modification to test if it works correctly from 13-15 instead of 13-20.
But unfortunately QMC is showing me next run as 3:30 PM which ideally it should not as per the condition and stop at 3 PM. Isn't it ? Please advise.
Thanks
Здравствуйте, у меня была такая же проблема, и каким-то образом она работает, когда вы используете 0,0
or
Hi @anuj782 ,
I know your use case is wrt to custom trigger via QMC. But you can also put your task on run half hourly & handle your hour range with a simple if in the load script. Like
if(hour(now())>15 or hour(now())<20, then execute else error.
I usually handle such customizations via script rather than qmc, just a suggestion.
Regards,
Rohan.