I ran into a problem with my application deployed to Cloud Run and written in Kotlin and Spring Boot. I see Failed to register thread error message Intermittently and application stops responding.
Cloud Run is configured to always allocate CPU.
I have been trying to find information online but without any success. Has anyone of you come across this error message?
Thank you in advance for any clues!
I have tried to enable "Always allocate CPU" as the application uses asynchronous processing and official documentation states that if CPU is not always allocated then asynchronous processing might not work.