You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
* make custom worker, event listener and throwable handler work again and fix severe bug
* huge refactoring of the WorkerImpl which in the end fixes pool exhaustion that is currently happening
make everything groovy
remove unused code
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)
The text was updated successfully, but these errors were encountered: