antirez / disque

Disque is a distributed message broker
BSD 3-Clause "New" or "Revised" License
8.01k stars 538 forks source link

timeout parameter doesn't work in DisqueJobCommands.getjobs method #184

Open LMig2k opened 8 years ago

LMig2k commented 8 years ago

biz.paluch.spinach.api.sync.DisqueJobCommands.getjobs(long timeout, TimeUnit timeUnit, long count, String... queues) -> biz.paluch.spinach.impl.FutureSyncInvocationHandler.handleInvocation(Object proxy, Method method, Object[] args) { LettuceFutures.await(command,connection.getTimeout(), connection.getTimeoutUnit());

skyrocknroll commented 8 years ago

Hi @LMig2k , Please raise the issue here https://github.com/mp911de/spinach/issues . Seems like you issues is specific to client library

LMig2k commented 7 years ago

Thanks to remind.