Hi, I have a problem with functions that have CRON. Despite adding schedule to function data in appwrite.json and deploy it, CRON file doesn't work. This has been happening since the docker reset every 24h file was added to the project. It was added due to a different problem and on advice from here. Is there any solution to this problem? Appwrite version is 1.2.0.
What you mean reset? What have you changed so it stopped worked?
Also, can you share the CRON settings in the function settings screen in the console.
the docker reset command is executed every 24 hours.
I don't think there's a docker reset command 🧐
Also I don't quite understand how docker commands would work in the runtime container 🧐
Yes, that's right, it's not a docker reset command. This is one part of the answer to Binyamin's question about function settings.
But what do you mean by docker reset?
Do you mean that the cron schedule is being reset?
Recommended threads
- Timed out waiting for runtime. Error Cod...
After setting up my ML project that uses deepface and tensorflow in appwrite functions I get the `Timed out waiting for runtime. Error Code: 400. ` error. I am...
- Error with realtime channels
I'm performing a subscription to realtime channels, and after a few seconds I get an exception with this error: {\"type\":\"error\",\"data\":{\"code\":1008,\"me...
- Bug: Cloud Function On Schedule Didn't R...
Heya I have a cloud function with this cron `0 17 * * *` to run at 9AM PT every day. I have not touched this since I set it up, and it has been working fine s...