From be16635c911245f197a8e4d7ed05bc1016b58351 Mon Sep 17 00:00:00 2001 From: Alex Brook <90186562+abr-storm@users.noreply.github.com> Date: Thu, 9 May 2024 15:59:59 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74a9836..4a7de83 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This endpoint will detect which supported queue frameworks your application uses - How many jobs are currently being processed in a given queue The supported queue frameworks are: -- [Sidekiq](https://github.com/sidekiq/sidekiq) +- [Sidekiq (7+)](https://github.com/sidekiq/sidekiq) - [Resque](https://github.com/resque/resque) - [Delayed Job](https://github.com/collectiveidea/delayed_job) (via the [ActiveRecord backend](https://github.com/collectiveidea/delayed_job_active_record))