-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33988d6
commit d75b30e
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Presque [![Build Status](https://secure.travis-ci.org/justinrainbow/presque.png?branch=master)](http://travis-ci.org/justinrainbow/presque) | ||
|
||
Presque is a job queuing lib for PHP 5.3+. It is similar to the [Resque](https://github.com/defunkt/resque/) | ||
library, but does not aim to be completely compatible. | ||
|
||
Presque is still under heavy development and is not ready for production use. | ||
|
||
## Roadmap | ||
|
||
* Make the Workers fork-able - so Presque can be ran as a daemon | ||
* 100% test coverage | ||
* Additional storage engines (eg. filesystem, phpredis, etc) | ||
* Full logging integration |