mariano / disque-php

PHP library for Disque, an in-memory, distributed job queue
MIT License
132 stars 19 forks source link

Expand JobInterface to promise the ID, body, NACKs and add. deliveries #6

Closed Revisor closed 9 years ago

Revisor commented 9 years ago

As discussed in #2 this pull request expands the JobInterface to promise all four Disque job properties:

This will allow further work on the implementation of WITHCOUNTERS (see #1).

A few notes:

Please review the changes and let me know what I should improve and fix.