Robust Rail Tuning Solution, Sidekiq, Redis All On AWS Elastic Beanstalk

AWS Elastic Beanstalk rails app that needs sidekiq workflows that work with Puma / Passenger. Getting the sidekiq process to run led to frequent unsuccessful attempts. Also, getting the rails and sidekiq application to discuss with my AWS ElastiCache cluster seems to need some security changes.

Background

We started with an extremely simple Rails application that was easily deployed to AWAS Elastic Beanstalk. Since those early days, we developed the app to now use the Sidekiq workspace. Sidekiq, in turn, likes to use Redis to accomplish its tasks. In any case, getting all of these puzzles compiled in the AWS world is a little trickier.

+6
source share
1 answer

Internet solutions ... with some sustainability issues

The AWS ecosystem goes through updates and updates, many of which are not documented with clarity. For example, environment settings change regularly; a script that you wrote may break in future versions.

I used the following solution to solve this problem:

+6
source

Source: https://habr.com/ru/post/989756/


All Articles