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
- Self-Hosted and Multi Region support
Hey Appwrite Team, As a test and to expand self-hosted capabilities even more, i was thinking of understanding and testing how to deploy a multi-region instanc...
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...