TrimAgency / htcht

The internal development CLI for Trim Agency
MIT License
3 stars 1 forks source link

Setup Sidekiq and Redis for Rails generator #22

Open stevetwitte opened 7 years ago

stevetwitte commented 7 years ago

All Rails apps should use sidekiq and redis. We should run redis in it's own container.

stevetwitte commented 7 years ago

I'm putting this in the icebox for now... After looking into it we need to have a discussion about what the right way to do this is. I think it will change per project but as a general setup it's not really required beyond setting the production environment's active job queue adapter to sidekiq and adding the gem and defining the queues.

I am inclined to think that for most projects using ActiveJob in development will be fine.