Registry / database / que
library2.4.1rbrubygemsunverified

A job queue that uses PostgreSQL's advisory locks for speed and reliability.

gem install que
INSTALL
IMPORT
SIG · QUE
Q
que
databaserubyv2.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Que
require 'que'

Enqueue a job with Que

require 'que' Que.connection = PG.connect(ENV['DATABASE_URL']) Que.enqueue(MyJob, arg1: 'value')
Debug
Known issues
breakingRequires PostgreSQL 9.2+ for advisory locks
fix
Ensure your PostgreSQL version is 9.2 or higher
affects: >= 0.0.0
Upgrade
Version history
2.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
21
OpenAI (training)
2
Resources
que — gem install que · libregistry