I want to create a bot for one of my servers that can periodically (every hour or so) retrieve stats
I want to create a bot for one of my servers that can periodically (every hour or so) retrieve stats for rankings from a mongodb database, and update the database as well. Is workers the right tool or should I try something else


