Trigger not working properly

Hello, I set the trigger to run every 5 minutes, why the next run showing in an hour?

Hi @lynnsong986

Can you share the screenshot of the page while setting the trigger an the cron expression used.

If possible specify the condition when you want to run the bot.

Regards

just need it to run every 5 minutes Mon to Sun

Just set your trigger like this:

image

Monday to Sunday is same as everyday of the week including weekends.

that’s not the point, I wanted to know why it shows in an hour instead of XXX minutes/seconds, it worked before

9-18 in your cron expression means, between 9 am to 06:59 pm, I would assume at the time when you took the screenshot it would have been an hour before 09 am

Thanks, but no right now it shows in 44 minutes, it should be a number less than 5

You might also need to ensure that the trigger is set with the correct Timezone.

Hi @lynnsong986

Try this Cron expression once

0 */5 9-18 ? * SUN-SAT *

Regards

@lynnsong986

The trigger works for wvery 5 minutes only between 9 am to 6:30 pm…if the time is 8am it would show 1 hour …as the next run starts in an hour

Cheers

it is, I’m in Canada…

right now it is 11:26 am here…

Thanks, still it’s not working…now I’m using yours cron and got this:

@lynnsong986

Just to check can you setup one more trigger and see may be it is one of a glitch

Cheers

@lynnsong986

Also est time zone or canada time zone is utc-5…but it shows utc-8 for you as per screenshot …can you check that…accotding to utc-8 it is 7:30 now

You selected pacitic you need to select eastern i guess as per the current time you mentioned

Cheers

@lynnsong986

You want to run it for every 5 min from Mon to sunday right.

Regards

YES!!! it’s the time zone, I changed to eastern, thanks so much for your help!!

1 Like

Hi @lynnsong986

Try this Cron expression

0 */5 * ? * SUN-SAT *

Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.