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
- 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 ...