Skip to content

Use keepalive ping between frontend and backend #274

Description

@trisyoungs

If the frontend crashes for whatever reason, the backend process gets left behind, leading to errors when running the frontend again.

We can implement a keepalive ping between the frontend and the backend - the frontend can continually ping the backend every 20 seconds, say, and if the backend doesn't hear from the frontend within 30 seconds it can gracefully shut itself down.

Related to #238.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    BackendRelated to the backendFeature RequestNew feature or requestFrontendRelated to the frontend

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions