graze / queue

:postbox: Flexible abstraction for working with queues in PHP.
MIT License
49 stars 10 forks source link

Fix for when dequeuing an exact multiple of the batch size. #6

Closed h-bragg closed 9 years ago

h-bragg commented 9 years ago

It would grab 0 for the last batch, now it gets the batch size.

sjparkinson commented 9 years ago

Nice catch, and :+1: for the test. I'll check why this hasn't built on Travis... Because it's a private repository of course.

h-bragg commented 9 years ago

@sjparkinson Probably worth merging... ?

h-bragg commented 9 years ago

@sjparkinson should be fixed after finally getting buildkite login :). Worth forcing a build?

sjparkinson commented 9 years ago

@h-bragg nope, new commits trigger builds.

h-bragg commented 9 years ago

I was waiting for a round dot, I guess that means its running nothing means its in the queue?

sjparkinson commented 9 years ago

Yep, buildkite only pokes github when it's started to run.