Hey all I am building a Flutter app and want to create scheduled executions of a fucntion from SDK will that be possible ??
what have you found so far from your research? where have you looked?
I have looked into the docs of Appwrite concerning executions I learned about corn expressions that can be used to schedule a cron function I believe this might help me
So I explored corn expressions and learned how to use them, now I need a way to schedule an execution through my Flutter apps I tried to browse the docs but all it says is the execution can be scheduled using cron expressions in your function settings I am looking for a way to do it using client SDK (not to create an execution rather schedule it )
Okay I figured its in the function docs rather than executions thanks
Also @Steven I wanted a little guidance
I am contributing to an open source project named Resonate it uses Appwrite as the BaaS I need to implement a reminder sort of feature where the users sets reminder and atv that time a push notification needs to be sent fromt he server What could be the best way to implement it I had two ways in my mind
Way 1: A cron fruntiosn that runs every 5 mins fetches data from data base and subtracts current time from it and checks if the difference is less than 5 then it sends the notifications
Way2: create an entire new function for each remined the function will be scheduled to run only once and at the time of the set reminder this could give better accuracy with time
Which way could be better or if there is any other better way please do let me know of it, please do help
way 2 doesn't sound like it will scale.
way 1 is what i would do
Understood, is there any other way ?
not at the moment
Understood thanks
Recommended threads
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...
- Python TablesDB Rework
Hi, i starting to rework some older functions to TablesDB list_rows Method. I used list_documents with a resultset with worked fine. Now i tried to get all rows...
- HUGE OUTRAGE IN APPWRITE, I CANNOT ACCES...
I have 2k users trying to access, sending me messages. What am I supposed to do? Please solve this asap.