ixahmedxi / orbitkit

🚀 Orbitkit is a monorepo starterkit aiming to be the foundation you build your next startup or big idea upon.
https://orbitkit.dev
MIT License
799 stars 46 forks source link

Backend support #54

Closed jorgeorejas closed 4 months ago

jorgeorejas commented 4 months ago

Is your feature request related to a problem? Please describe. I'm developing an application that require both Cron Jobs and Queues

Describe the solution you'd like Have a backend, it could be simple, something like Bull as an example.

Describe alternatives you've considered There is also the option to use Agenda that uses Mongo

Additional context Bull is a simple to use queue and cron job managing system that uses Redis as it's database

ixahmedxi commented 4 months ago

Wouldn't something like https://vercel.com/blog/cron-jobs be sufficient here?

jorgeorejas commented 4 months ago

Tbh, I think it would do the trick!

Thanks!