philosophie / suspenders

A Rails template with our standard defaults, ready to deploy to Heroku.
MIT License
2 stars 1 forks source link

remove sidekiq #86

Closed taboularasa closed 9 years ago

taboularasa commented 9 years ago

I suggest we remove sidekiq because it's easy to add to a project and not every project needs it

patbenatar commented 9 years ago

I originally added sidekiq to replace delayed_job which came in thoughtbot's version when we forked. I just did a quick assessment of recent projects to see how many use it:

I vote we keep it even if not all projects need it (or just don't need it initially).. now that Rails has ActiveJob built in, we're just defaulting to a robust backend for it.

:-1:

jdwolk commented 9 years ago

I vote we keep in -- agree w/ @patbenatar that it makes sense as a robust default for ActiveJob

:thumbsdown:

taboularasa commented 9 years ago

:+1: to @jdwolk and @patbenatar :-1: