QueueClassic/queue_classic

queue_classic, на сайте с June 29, 2023 21:17
A simple, efficient worker queue for Ruby & PostgreSQL. Why this over something like Resque. Two reasons: Your jobs can be equeued in the same transaction as other modifications to the database, and will only be processed when everything is commited. This is a hard pattern to develop around for queues done outside your database Less things to run, if you don't already have Redis or a dedicated queue in your stack.