Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Bree is the best Node.js job scheduler (cron and human-friendly syntax) (github.com/breejs)
3 points by _5vzs on July 16, 2020 | hide | past | favorite | 2 comments


This looks pretty cool, and I remember Bull from a long time ago.

> since it uses Redis it should not be used as a job queue.

Would you mind expanding on why Redis isn’t a good fit for job queues?


Yeah, it's not easy to query against nor manipulate data (e.g. in comparison to MongoDB), HGETALL is a mess (e.g. as bull does), and by definition it's meant for caching and storage; it isn't a persistent storage database. I have used it as a persistent store for jobs/etc for a very long time - and I regret it, as it only has led to trouble and limitations.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: