From 438f67421b3e3645af4f27bab9e6adadbe859d19 Mon Sep 17 00:00:00 2001 From: nick evans Date: Fri, 6 Feb 2026 18:49:13 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20CI=20badge=20in=20READM?= =?UTF-8?q?E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e58bbcca..5b339257 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ Resque Pool =========== -[![Build Status](https://travis-ci.org/nevans/resque-pool.png)](https://travis-ci.org/nevans/resque-pool) -![Depfu](https://img.shields.io/depfu/nevans/resque-pool.svg) +[![CI status](https://github.com/resque/resque-pool/actions/workflows/ruby.yml/badge.svg)](https://github.com/resque/resque-pool/actions/workflows/ruby.yml) ![Gem](https://img.shields.io/gem/v/resque-pool.svg) Resque pool is a daemon for managing a pool of @@ -176,7 +175,7 @@ end In order to query ActiveRecord, be sure establish the database connection: ```ruby -task "resque:pool:setup" do +task "resque:pool:setup" do Resque::Pool.config_loader = lambda do |env| ActiveRecord::Base.establish_connection JobQueue.pluck(:name, :workers).to_h