Closed bp-FLN closed 6 years ago
Yeah when the pooling was implemented the AdminClientPoolImpl was missing from jesque^^
any chance on having this merged? we got some more patches which we would like to incorporate into the upstream repository
thanks
Jesque already provides classes that can handle a
redisPool
instead of using it's own connection. Seems like the code was implemented before jesque had those classes, so it's not needed anymore.Also retrofitted the GrailsJesqueJobFactory so there is no reason to overwrite the workers
process
method anymore.