Where have you set the cron syntax?
I have set it in the function's settings
Well, can you check that the function is able to run by itself? Also I've tried in my cloud account, and I've cleared and saved the cron input. then I've re enter the cron input and then it works
So can you try these two steps?
I've entered * * * * * and the function runs without me having to press the execute button manually
So it works?
Sorry, so when you're setting the execution to be once a minute it works?
yes i specified that in the last line of my original post
Got you
So the server is set to ET
So if you want your function to be execute every day at 07:00 at GMT you can set to 0 15 * * *
ohh i thought it would be something like gmt
ok thanks for your help :)
Let me be sure about it
Yes, I ran an API request to https://cloud.appwrite.io/v1/health/time And the time is like ET
{
"remoteTime": 1684421581,
"localTime": 1684421581,
"diff": 0
}
So you set to go with ET time zone
Still dont work :/
surprisingly
set it according to my current time zone to test
What time you've set?
converted to et time
ET time
Very weird for it to not execute when specific time is set but executes when every minute is set
Turns out the function is not ET but actually UTC from this github post
Recommended threads
- ClientException with SocketException: Cl...
hi <@564158268319203348> i have noticed this 500 status code in my function requests, it seems its not able to connect to the internet in the function as reque...
- significant increase in CPU usage with 1...
Hi, This is no big deal at all (as everything is working great so far), but I just saw that the update (from 1.8 to 1.9) consumes much more CPU than before (re...
- mcp-server-appwrite 0.4 fails on startup...
I’m trying to use `mcp-server-appwrite` against Appwrite Cloud and the server authenticates successfully, but fails during startup validation when probing `tabl...