From 6b14af0282c7d7df93d13d265b43d7cc17bc62ec Mon Sep 17 00:00:00 2001 From: John Mettraux Date: Tue, 19 Dec 2023 09:52:01 +0900 Subject: [PATCH] Link readme to GoodJob [ci-skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5cbc623..1a1efd8 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The intersection of those two projects is where fugit is born: * [que-scheduler](https://github.com/hlascelles/que-scheduler) - a reliable job scheduler for [que](https://github.com/chanks/que) * [serial_scheduler](https://github.com/grosser/serial_scheduler) - ruby task scheduler without threading * [delayed_cron_job](https://github.com/codez/delayed_cron_job) - an extension to Delayed::Job that allows you to set cron expressions for your jobs +* [GoodJob](https://github.com/bensheldon/good_job) - a multithreaded, Postgres-based, Active Job backend for Ruby on Rails * ... ## `Fugit.parse(s)`