You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

When do we shutdown services on a user's behalf?

  • On logout → this would not support the "remote developer" case
  • Explicit hard limit
    • Default value at system or per-spec
  • Inactive for some predetermined period
    • How would we measure inactivity?
      • HTTP → monitor ingress rules
      • WebSockets → open WebSocket connections
      • TCP → ???
  • No labels