Idle timeout not working
Hi team.
I'm setting my serverless endpoint with a Idle timeout for 180 seconds, but it's idleing or sleeping back after the task is done.
It was working before, and this is hard to debug, does anyone has any experience on that?
How can I debug this, as it's outside the handler.
notes:
- I didn't add Maximum execution time out.
- I added Per request, spawn
I'm setting my serverless endpoint with a Idle timeout for 180 seconds, but it's idleing or sleeping back after the task is done.
It was working before, and this is hard to debug, does anyone has any experience on that?
How can I debug this, as it's outside the handler.
notes:
- I didn't add Maximum execution time out.
- I added Per request, spawn
