Language

Package: python-rq @ 1.5.2

Synopsis

Simple job queues for Python

Description

RQ (Redis Queue) is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry.

Home page
https://python-rq.org/
Location
gnu/packages/databases.scm (line: 3518, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?