Hello everyone!
I'm using Appwrite Cloud and I have a function that runs every day at 00:00 UTC. Preciously it worked fine, but it didn't fire last night and it's stuck as "Scheduled" as status.
Anyone else noticed the same?
It still didn't run today. âšī¸
Steps to reproduce:
Schedule a function using chron: 0 0 * * *, which was taken from the example documentation (https://appwrite.io/docs/products/functions/execution#schedule).
It should run at midnight, but it simply doesn't run.
Created an issue on GitHub for this bug:
Current status. This function should run at 00:00 UTC.
Tomorrow I'll be back here and report if it ran.
This time it ran correctly. đđđ
What I did do differently this time is forcing a redeploy after changing the CRON settings. Maybe that made a difference.
I'll test this some more the next days. đ
If it's stable, then great. đđģ Another solution I have in mind is the following:
I make the function accessible trough an URL and trigger it by using an external service. I found www.fastcron.com that seems to be able to do this.
My function ran correctly again today. đđģđđģ
Now the ultimate test: I'll upload my function again and then set the CRON setting, without forcing a redeploy afterwards. Lets see what happens. I suspect that is the problem.
Recommended threads
- User Blocked - False Positive
Today I tried to log in to my cloud console and it said the user is blocked and I didn't even receive any email regarding this like what kind of violation is my...
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please