iglocska/cake-resque

A fork of Cake-Resque by Kamisama, used by MISP (adding partial monolog 2.x support)

Installs: 16 326

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 56

Open Issues: 0

Type:cakephp-plugin

4.2.1 2024-09-05 09:59 UTC

README

#CakeResque Build Status Coverage Status Dependency Status Latest Stable Version

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.

Refer to website for documentation

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