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.
- Host: GitHub
- URL: https://github.com/misp/cake-resque
- Owner: MISP
- License: mit
- Created: 2023-08-17T08:13:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T08:24:57.000Z (almost 3 years ago)
- Last Synced: 2024-03-26T04:54:10.618Z (about 2 years ago)
- Language: PHP
- Homepage:
- Size: 454 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#CakeResque [](https://travis-ci.org/kamisama/Cake-Resque) [](https://coveralls.io/r/kamisama/Cake-Resque) [](https://www.versioneye.com/package/php--kamisama--cake-resque) [](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*