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.