Running automated jobs for different discord servers via discord bot
Hi, I am implementing a feature to automatically post some content on reddit via their api using a discord bot. Now my problem is how do I schedule the time for this posting to happen so that each individual server can post without me polling the DB for the time that was set to post
1 Reply
I mean if you cache things properly, you could probably get away with a cron job imo