Skip to content

Commit

Permalink
cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
ocallaco committed Jun 26, 2014
1 parent 31b2422 commit 2a1de40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,8 +15,8 @@ Queue Types:
* Balanced to allow jobs to have a user-defined priority.
* Requires a jobHash, with optional priority.
* Jobs with identical hashes will never be executed simultaneously.
* If not running, will overwrite existing job on queue with new priority
* If running, will wait until execution of existing job completes before being added to queue
* If not running, will overwrite existing job on queue with new priority
* If running, will wait until execution of existing job completes before being added to queue
* When no priority is given, priority is incremented (multiple enqueues of the same job will move it up the queue)

*DELQueue:*
Expand Down

0 comments on commit 2a1de40

Please sign in to comment.