Cron triggers not firing automatically in Production env?
I can manually execute tasks, and have some logging set up in my app to monitor cron actions (scraping processes etc), but nothing is running automatically.
I have a few schedulers in the app that I was using
adScheduler (should run every hour: "0 * * * *")
timezoneAwareScheduler (should run every hour: "0 * * * *")
summaryEmailScheduler (should run every hour: "0 * * * *")
But can't see why they arent running automatically on the hour as configured. I have no Tpescript or others errors on deployment.
7 Replies
Hi Huppy,
Could you share the app URL and environment ?
Will PM you the URL
Have you had a chance to look at that yet? Cheers
Hi Huppy, would you be able the share the app URL? We dont accept pms.
Hi Huppy, looking at
adScheduler
lines 82 -88 the current implementation of the cronjob will not work. as well the variable will not work as it needs to be a string. You can create cronjobs from the sidebar of the action in Gadget, ive attached an image to highlight where this is.
Im going to mark this thread as resolved, if you have any questions you can always send a new messge to re-open the thread. Have a good one!
Do you like this answer?