Gateway Scheduler Cron not kicking off minute scripts?

I moved all my scripts to this scheduler, but it isn’t running them.

The scripts are enabled.

Any suggestions?

Thanks guys

What Ignition version? and does it work if you just leave minutes as *?

8.1.7

We are upgrading to 8.12 today though.

It does work with just a *

I believe it is failing due to an invalid pattern. I’ve found https://crontab.guru to be a helpful site for validating cron syntax for scheduled jobs.

2 Likes

Thanks. I learned that if I want a Cron job every x amount of minutes I keep the star in front.

*/3 is a cron job every 3 minutes. That website is helpful as well.