Two problems with delays in handling session state:
- When the user clicks "Launch", the AmaltheaSession object is created right away - but it can take ~1 minute for the pod to appear.
- When a user stops a session, the pod is removed immediately but the session is shown as "deleting" for a long time; if the page is refreshed, the session may still be shown as running for a while (several minutes)
Two problems with delays in handling session state: