Skip to content

Implement an abort exception (alert) #488

Open
@jpswinski

Description

@jpswinski

Currently, when the web client makes a request to the server and the request fails, there are times when the web client just sits there waiting for the results to come. This is because the load balancer will sometimes keep the connection to the client open even though the connection between the server and the load balancer has terminated.

To avoid this problem, the server could send an ABORT exception (as an alert) back to the client when an error has occurred and the client should terminate the request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    InfrastructureInfrastructure as Code, Orchestrator, Network

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions