firstandthird / hapi-agenda

5 stars 3 forks source link

Specs for v1 #1

Closed jgallen23 closed 9 years ago

jgallen23 commented 9 years ago

Goals

jgallen23 commented 9 years ago

lets do a little research to see if there are other libs out there that we could just use. I think kue is the best, but I'd prefer not to have to add redis as a dependency to most of our apps.

dawnerd commented 9 years ago

https://github.com/scttnlsn/monq - Nice and basic. https://github.com/qualiancy/kinetik - Looks pretty cool. Supports priority too.

Found some others but they're redis based and no where near as good as kue is.

I really like the way kinetik is laid out. Has pretty much everything we'd need.

jgallen23 commented 9 years ago

after looking through them, would you recommend us using an existing one or building our own?

dawnerd commented 9 years ago

Tough one... For me its between agenda and kinetik. If all those goals are important then we'd be better of building something custom. Otherwise I'd say agenda on the pure fact that it's been updated more often and supports forking.

jgallen23 commented 9 years ago

going to go with agenda. turning this repo into hapi-agenda. closing this