Skip to content

Commit

Permalink
Add a blurb to the readme about sidekiq-pro
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwilk committed Apr 13, 2022
1 parent 3e1bacb commit 5c3335d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ Any time that you find yourself needing to string together a long chain of jobs,
Add this line to your application's Gemfile:

```ruby
gem 'simplekiq'
gem "simplekiq"
```

Note that this gem requires you be a sidekiq subscriber to be able to use it, so after following the installation docs for getting the private gem configured with your system, ensure you have `sidekiq-pro` at version `~> 5.0.0` or higher and that it's being required:

```ruby
gem "sidekiq-pro", "~> 5.0.0"
```

And then execute:
Expand Down

0 comments on commit 5c3335d

Please sign in to comment.