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.