An open API service indexing awesome lists of open source software.

https://github.com/misp/cake-resque

CakeResque is a CakePHP plugin for Resque, a library for creating background jobs that can be processed offline later.
https://github.com/misp/cake-resque

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

#CakeResque [![Build Status](https://travis-ci.org/kamisama/Cake-Resque.png)](https://travis-ci.org/kamisama/Cake-Resque) [![Coverage Status](https://coveralls.io/repos/kamisama/Cake-Resque/badge.png)](https://coveralls.io/r/kamisama/Cake-Resque) [![Dependency Status](https://www.versioneye.com/package/php--kamisama--cake-resque/badge.png)](https://www.versioneye.com/package/php--kamisama--cake-resque) [![Latest Stable Version](https://poser.pugx.org/kamisama/cake-resque/v/stable.png)](https://packagist.org/packages/kamisama/cake-resque)

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](http://cakeresque.kamisama.me) for documentation

*Take a look at [Fresque](https://github.com/kamisama/Fresque) if you want a version for generic PHP application*