Replies: 2 comments
-
Devops limit processors resources and app started but whe trying to use redis it fails. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, I'm working on a project that uses spring-data-redis and Lettuce as the provider, app starts normally in our personals computer it works fine, but when running a redis petition on aws an error is raised:
and when calling health endpoint same error is reported
"redis":{"status":"DOWN","details":{"error":"java.lang.IllegalArgumentException: maxThreads must be strictly positive, was 0"}
Any hints about the origin of this error?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions