I am using a Glue Interactive Session with Juypter notebook. In the very first cell I have set %idle_timeout to be 60 (minutes). My understanding is that the session would timeout if there is 60 consecutive minutes of inactivity. Oddly, I am seeing that even though I just executed a cell within a few minutes, I received a status=TIMEOUT error
Exception encountered while running statement: An error occurred (InvalidInputException) when calling the RunStatement operation: Session is not ready, session_id=50a94a03-8802-4a3d-a09c-##, status=TIMEOUT
Is this idle_timeout timing out 60 minutes after the session was started by any chance?