Extension RQ Background Jobs Backport


Extension Basics

Title
RQ Background Jobs Backport
Name
ckanext-rq
Type
Public extension
Description
Backport of RQ-based background jobs functionality for CKAN versions 2.3 to 2.6 (must not be used with CKAN 2.7+).
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2018-03-03 22:30:37)
Url to repo
Category
Cloud Infrastructure & Storage


Background Infos

Description (long)
Show details

ckanext-rq is a backport of the background jobs functionality (based on RQ) that was introduced in CKAN 2.7. With this extension, you can make use of RQ-based background tasks on earlier versions of CKAN. It is based on the code by @torfsen from https://github.com/ckan/ckan/pull/3165. Important: You cannot use the normal plugin.toolkit.enqueue_job function; instead use a try/except import pattern with a fallback to ckanext.rq.jobs.enqueue. Requires Redis installed. For CKAN versions 2.3 to 2.6.x only - must not be used with CKAN 2.7.0 or later. Available on PyPI.

Version
0.1
Version release date
2017-11-03
Contact name
David Read
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

URL to your Redis instance

ckan.redis.url = redis://localhost:6379/0

Plugins to configure (ckan.ini)
rq
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions