xetorthio/jedisque

Method getJob with param: timeout always return null

yanghua opened this issue · 1 comments

method:

 public List<Job> getJob(long timeout, long count, String... queueNames) 

always return null and not blocking at this point.

@yanghua plz provide a test scenario.