how would I reschedule a function execution at the same time of execution but next month, I can't use cron jobs because its user based so it will run every month but in that specific date it started from, So the idea is that I need to clear something off of the user when their plan expires, and ofcourse each user starts their plans in different times
it has to run every month
TL;DR
Developers want to reschedule a function to run at the same time but next month, without using cron jobs. The goal is to clear something for each user when their plan expires, as plans start at different times.
**Solution:**
- Use a scheduling library like node-schedule to set up a monthly recurring function to handle the task.Recommended threads
- Issues with uAuth
Hey everyone, is anyone experiencing 500 errors for the oauth flow starting today? Im in the fra region. My oauth flow used to work fine until today, now im get...
- Provider error when creating a function ...
- Cloud function deployment failures
When I run appwrite push functions, select the function I want to deploy, confirm with a YES, is starts deploying but goes into error. I need to repeat the ste...