From 0af2fc22001777c9765447e99d2b35b46215f85c Mon Sep 17 00:00:00 2001 From: John Mettraux Date: Fri, 22 Mar 2024 20:20:04 +0900 Subject: [PATCH] Link to Solid Queue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb4de04..10d1a75 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ The intersection of those two projects is where fugit is born: * [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 +* [Solid Queue](https://github.com/rails/solid_queue) - Solid Queue is a DB-based queuing backend for Active Job, designed with simplicity and performance in mind * ... ## `Fugit.parse(s)`