We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e16e5 commit 697a3baCopy full SHA for 697a3ba
1 file changed
README.md
@@ -1,8 +1,7 @@
1
Resque Pool
2
===========
3
4
-[](https://travis-ci.org/nevans/resque-pool)
5
-
+[](https://github.com/resque/resque-pool/actions/workflows/ruby.yml)
6

7
8
Resque pool is a daemon for managing a pool of
@@ -182,7 +181,7 @@ end
182
181
In order to query ActiveRecord, be sure establish the database connection:
183
184
```ruby
185
-task "resque:pool:setup" do
+task "resque:pool:setup" do
186
Resque::Pool.config_loader = lambda do |env|
187
ActiveRecord::Base.establish_connection
188
JobQueue.pluck(:name, :workers).to_h
0 commit comments