From 10467dbbb388772310e729f53bc821e4e39eaf5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Wn=C4=99trzak?= Date: Thu, 9 Sep 2021 09:56:21 +0200 Subject: [PATCH] Mention Good Job as Active Job backend. It's fully based on Rails, so not really possible to run in any other way. Thanks to that it is simple, yet powerfull. It's very well maintained and used in production systems by many people. [ci skip] --- guides/source/active_job_basics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/source/active_job_basics.md b/guides/source/active_job_basics.md index fee1a7cc5b..646824bff3 100644 --- a/guides/source/active_job_basics.md +++ b/guides/source/active_job_basics.md @@ -172,6 +172,7 @@ Here is a noncomprehensive list of documentation: - [Queue Classic](https://github.com/QueueClassic/queue_classic#active-job) - [Delayed Job](https://github.com/collectiveidea/delayed_job#active-job) - [Que](https://github.com/que-rb/que#additional-rails-specific-setup) +- [Good Job](https://github.com/bensheldon/good_job#readme) Queues ------