Grails-Plugin-Consortium / grails-jesque

1 stars 5 forks source link

pooled resource is not being returned to pool #9

Closed peh closed 7 years ago

peh commented 7 years ago

the current WorkerImpl is never returning Jedis ressources to the pool. Like this the pool is exhausted insanly fast (with default configuration) or has to be tuned alot to handle all those connection (local test with 4 Workers and 1000 maxTotal connections resultet in pool exhaustion in under one minute)