I posted in another thread earlier today regarding the redis error and for a while it appeared to be working fine. During additional testing over the last 15 minutes I’ve hit the same error several more times. Its not as frequent as it was earlier today but maybe 30-40% of my API calls are resulting in the following error:
error: FAULT = 'Server.Processing' [java.lang.RuntimeException: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool] <java.lang.RuntimeException: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
at com.backendless.redis.JedisManager.execute(JedisManager.java:107)
at com.backendless.redis.AbstractJedisClientManager.exec...
...
...
The error occurs with all sorts of different calls, i’ve seen it on login/logout/object retrieval/object update