Have a cron function that should execute every minute however after updating to 1.6.0 I notice it is skipping minutes between succesive runs.
Not sure if it is due to 1.6.0 because I had not monitored this job regularly in the prior 1.5.7 version.
Anyone noticed issues with Cron functions ?
TL;DR
Title: Missing Cron Job Cadence
Developers have a cron job set to run every minute, but after updating to 1.6.0, it skips minutes between successive runs. Not sure if the issue is due to the update. Any similar experiences with cron functions?
Solution: Investigate the cron job function code for any issues or discrepancies caused by the update to version 1.6.0. Additionally, monitor the job's performance closely to determine if the problem persists.Cron Job Function missing cadence
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?