mariano / disque-php

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

Return null if Queue::pull() finds no job instead of throwing an exception #13

Closed Revisor closed 9 years ago

Revisor commented 9 years ago

This solves the first comment in #8 - Queue::pull() doesn't throw an exception anymore if there's no job found before the time is up. Instead it returns null.

Tests and documentation have been changed accordingly.