#What's the best way of waiting for extremely long periods of time?
6 messages · Page 1 of 1 (latest)
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
✅Marked as resolved by OP
could use cron
What about using timeouts as normal but periodically refetching to check if any new timeouts need to be created?
so like saving events in the database and when the server starts fetch all events and create cron jobs?
yup