amitrochatesOriginal post
Web Developer
i set up a new function to run as a cron job every 2 minutes but came back and saw that it doesnt trigger execution by itself. Works fine when manually executed.
tried with different variations of cron as well.
* * * * *
* /1 * * * *
* /2 * * * *
I have other functions that are setup as crons and they work perfectly.
Summary
New function not running as cron job at scheduled intervals, but works fine when executed manually. Other cron functions work without issues.