Running a cron job alongside T3 stack locally
I want to have a cron job fetch some RSS feeds externally every 2 minutes and post to the db.
I can use an external service when deployed but what’s the best way to implement when developing locally?
I started creating a simple express app to run alongside but wondering if there’s any better alternatives?
3 Replies
Maybe checkout https://quirrel.dev/
Job Queueing for Serverless
Quirrel makes job queues simple as cake. Set up in 5 minutes - even works locally!
Pieter answered a good resource and I think there are others since its a common question if you want to search "cron" in the search bar
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View