Question
How to use sidekiq and redis in digital ocean?
I have a rails app and i would like to use sidekiq for background processing. I have few doubts regarding usage of sidekiq in digital ocean.
1, How can i start ssidekiq in digital ocean ruby on rails droplet?
2, I have read the document explaining the installation of redis in ubuntu, but how can i start redis in the same droplet whenever i restart?
3, Can i start sidekiq from the procfile in rails? If yes, how should i add the start command (e.g., worker: bundle exec sidekiq in heroku). How should i start in digital ocean?
4, If the task is assigned to redis queue and what happens if the redis is restarted?
5, Similarly what happens when sidekiq is restarted when a task is being processed?
Please help me.
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×