Skip to content

Aborted called on a running task #1057

Description

@RJ4100

Is there a way to prevent aborted being called for a specific call? I want to wait until the function completes. I see this example: if (!res.aborted) {
res.cork(() => {
res.end(r);
});
}

However, I need a way to respond to the user when the res is done or aborted. I see the request aborts in 3 seconds. I'm looking to increase timeout to like 4 seconds.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions