cakejob/cake-resque

A CakePHP plugin for creating background jobs with Resque

Installs: 1 276

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:cakephp-plugin

2.2.1 2022-08-11 04:21 UTC

This package is auto-updated.

Last update: 2024-03-11 10:16:59 UTC


README

CakeResque is a CakePHP plugin for Resque, a library for creating background jobs that can be processed offline later.

Resque (pronounced like "rescue") is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.

Take a look at Fresque if you want a version for generic PHP application