Does my Google App Engine application consume resources when waiting for a response from an external API request?
I’m running Spring Boot on Google App Engine (Java) where I have a Task that calls an external API and upon receiving a response, it runs some code to processes the response. This external API can take 10-20 seconds to send back a response.