Skip to content

Commit

Permalink
Merge pull request #418 from kortirso/introduce-que-view-in-readme
Browse files Browse the repository at this point in the history
update readme with link to Que::View
  • Loading branch information
ZimbiX committed Mar 5, 2024
2 parents fb9278e + 1606023 commit 80d6067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 80d6067

Please sign in to comment.