Install Sidekiq pro on Rails

When trying to use sidekiq pro with Rails I couldn't find an installation method on the official wiki, I had a hard time, so I put it together.

How to use sidekiq There are various blog articles, but there aren't many pros ...

Official wiki https://github.com/mperham/sidekiq/wiki

procedure

Add sidekiq-pro to your Gemfile.

gem 'sidekiq-pro', source: "https://gems.contribsys.com/"

I'm going to check the site https://gems.contribsys.com/ at the time of bundle install, but I need the authentication information at that time.

It seems that the ID and password required for connection are generally stored in environment variables. (By the way, the ID and password seem to be available when you purchase the pro license.)

export BUNDLE_GEMS__CONTRIBSYS__COM= id : pass

After setting the environment variables, install them.

bundle install

After installation, start sidekiq.

bundle exec sidekiq

When you start sidekiq, if something like ASCII art is on sidekiq pro, you can install it.

スクリーンショット 2021-01-07 16.32.43.png

reference: https://tech.medpeer.co.jp/entry/2020/04/01/090000 https://devcenter.heroku.com/ja/articles/bundler-configuration

Recommended Posts

Install Sidekiq pro on Rails
Install Docker on Windows 10 PRO
Install Rails on macOS Catalina
[Ruby on Rails] yarn install --check-files
Tailwind on Rails
I can't install rails on my mac
Install Ruby / Rails on Mac M1 Big Sur 2021-01
[Ruby on Rails] How to install Bootstrap in Rails
Install gradle on mac
Install Corretto 8 on Windows
Install OpenJDK on macOS
Launch Rails on EC2
Install Java on Mac
Install Golang on CentOS 8
Install pyqt5 on ubuntu
Install Neo4j 4.1.3 on centOS
Test run on rails
Install Docker on Manjaro
Install Vertica 10.0 on CentOS 6.10
Install Ruby on Ubuntu 20.04
Mac Rails Install Error
Install PostgreSQL 12 on Centos8
Install nginx on centOS7
Install lombok on SpringToolSuite4
Deploy RAILS on EC2
Ruby on Rails Elementary
Ruby on Rails basics
Install Python 3 on CentOS 7
Install kuromoji on CentOS7
Install Autoware on Ubuntu 18.04.5
Yay! I'm on Rails!
Install Mattermost on CentOS 7
Install PostGIS 2.5.5 on CentOS7
Install jpndistrict on CentOS 7
Install openjdk11 on mac
Ruby On Rails Association
Install Homebrew on Ubuntu 20.04
Install Redmine 4.1.1 on CentOS 7
Install OpenJDK 8 on mac
Smokeping Install on CentOS7
Install PostgreSQL 13 on CentOS 7.5
[Ruby] I can't install puma on Mac [Rails, etc.]
Install Docker on Raspberry Pi
Resolve ActiveRecord :: NoDatabaseError on rails6
[Memo] Installed on Macbook Pro
Install OpenJDK7 (JAVA) on ubuntu 14.04
Ruby on rails learning record -2020.10.03
Install Cybozu Office 10 on Ubuntu 20.4
Install Docker on Ubuntu Server 20.04
Portfolio creation Ruby on Rails
Ruby on rails learning record -2020.10.04
[Ruby on Rails] Debug (binding.pry)
Ruby on rails learning record -2020.10.05
Ruby on rails learning record -2020.10.09
Ruby on Rails config configuration
Install rbenv on Amazon Linux
[Rails] How to install devise
Install zabbix agent (5.0) on Ubuntu 18.04
Install MAV Proxy on Ubuntu 18.04
Ruby on Rails basic learning ①
Install tomcat on Sakura's VPS