From 1606023fb98d50ed591f445962779dddca57e556 Mon Sep 17 00:00:00 2001 From: Bogdanov Anton Date: Wed, 21 Feb 2024 15:27:44 +0300 Subject: [PATCH] update readme with link to Que::View --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df843f13..1447f6fd 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ There are a couple ways to do testing. You may want to set `Que::Job.run_synchro These projects are tested to be compatible with Que 1.x: - [que-web](https://github.com/statianzo/que-web) is a Sinatra-based UI for inspecting your job queue. +- [que-view](https://github.com/kortirso/que-view) is a Rails engine-based UI for inspecting your job queue. - [que-scheduler](https://github.com/hlascelles/que-scheduler) lets you schedule tasks using a cron style config file. - [que-locks](https://github.com/airhorns/que-locks) lets you lock around job execution for so only one job runs at once for a set of arguments. - [que-unique](https://github.com/bambooengineering/que-unique) provides fast in-memory `enqueue` deduping.