My scheduled cron job gets executed randomly even though I have specified the schedule as 15 9 * * 1-5
What are the times it was actually executed?
4 hours later.. 8 hours later etc
So every four hours?
What are the actual times triggered?
I'm pretty sure the time is going to be in UTC time zone. Have you factored that into the cron pattern you set?
Yeah, that's why I asked when it's actually being triggered. But OP says it's being triggered multiple times in one day?
And is this on cloud?
I have similar issues with cron, I have setup multiple cron */120 * * * *, another */180 and a */90 .. So ideally should trigger every 2 hours, 3 hours and 90 minutes, but all of them trigger every hour. I was going to start a thread but ran into this one
Please create another post
Yes
Sorry for not making it clear. It gets triggered once in a day itself but at a different time.
Oh yeah. So my CRON schedule should be in UTC ??
Probably. I don't know if Appwrite forces UTC itself, but it's very likely your server is running on UTC.
Okay. Thank you so much.
When will appwrite cloud be ready for production use ?
I believe the plan is to launch Appwrite Pro before the end of the year
Okayy π
Recommended threads
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because itβs not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- 408 Timeout / Curl Error 7 in Executor w...
Hey everyone, I am losing my mind over a routing loop/timeout issue on a fresh self-hosted setup. I have a single Linux VPS (IP: 45.141.37.105) and one domain (...
- functions returning error 401 in local
I updated to 1.9.0, and the functions that used to work fine in 1.8.1 are now giving me a 401 error. I can't seem to find a solution. If anyone is running versi...