Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 20, 2024
1 parent ba778f6 commit 4cadf67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## HEAD
## 2.0.0

- Allow more connections in pool [#455]
- Minimum Ruby version is now 2.7.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ server part is [here](https://github.com/contribsys/faktory/)

## Requirements

* Ruby 2.5 or higher
* Faktory 1.2 or higher [Installation](https://github.com/contribsys/faktory/wiki/Installation)
* Ruby 2.7 or higher
* Faktory 1.8 or higher [Installation](https://github.com/contribsys/faktory/wiki/Installation)

Optionally, Rails 5.2+ for ActiveJob.
Optionally, Rails 6.0+ for ActiveJob.

## Installation

Expand Down Expand Up @@ -79,7 +79,7 @@ bundle exec faktory-worker

Sidekiq is awesome; it's stable and useful. It suffers from two design limitations:

1. Sidekiq uses Redis and Redis is dumb datastore, all Sidekiq features are
1. Sidekiq uses Redis and Redis is a plain datastore, all Sidekiq features are
implemented in Ruby and have to travel over the network to access data.
2. Because of (1), Sidekiq is limited to Ruby. You can't execute jobs
with, e.g., Python and get the same Sidekiq features.
Expand All @@ -97,4 +97,4 @@ PRs to improve this are very welcome).

## Author

Mike Perham, @getajobmike, mike @ contribsys.com
Mike Perham, [@getajobmike](https://ruby.social/@getajobmike), mike @ contribsys.com

0 comments on commit 4cadf67

Please sign in to comment.