Hello, I have a question.
I have an Appwrite installation, I always use some CRON functions to execute code every minute or every two minutes.
Right now, I want to run a CRON function every day at 1:00AM, but so far no luck.
I did try with 0 1 * * * and 0 1 */1 * * but doesnt work.
So yesterday I put a function that will try to create a document, and the id for that document will be the date of the new Date - 5 hours - 24 hours (I'm living on -5 GMT)
So what was the point of that? I want to create a document with something like 2024-05-17 and I will register the time when it was created. And because it will be the same ID, it will not let the document to be created.
So I was expecting my test to create the document with ID 2024-05-17 on 2024-05-18 at 00:00 or so, but ended up creating the document on the 2024-05-17 at 20:00
I hope you understand what I mean with all of these. Thanks in advance.
Recommended threads
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?