It isn't happening at the current moment but 2-3 days earlier, the corn scheduled function started executing absolutely randomly while we have scheduled it to run for every 5 minutes using the Cron Expression
It started running timely after somewhile but that glitch still did exist... currently We are in development stage of the application and about it shift to Beta Testing we are concerned if this would happen again in production stage .... While the app has a certain user base
Wishing to inquire more about that and the nature of corn scheduled functions at Appwrite
are you on cloud or self-hosting?
I am on Cloud
There was some high load recently so that could have been related
so your jobs get queued according to the schedule, but the high load may have caused it to be delayed.
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...