You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stopping server. I expect ability to correctly stop server. I mean, after server get stop signal, it should stop accepting and processing new requests (responding to them with 503), but shut down only after processing the ones already accepted. How does this work in klite?
How properly upgrade server in production?
How to automatically restart the server if it crashes in production? Watchdog?
Jooby and Ktor have hot-reload/auto-reload feature in development mode. How development workflow looks with klite?