Skip to content

ECONNRESET in Docker healthcheck #51

@thewilkybarkid

Description

@thewilkybarkid

We're using a healthcheck the same as added in #50, but running https://github.com/libero/article-store locally I'm seeing a lot of:

console_1  | 3:01:30 PM: Middleware error
console_1  | Error: read ECONNRESET
console_1  |     at TCP.onStreamRead (internal/stream_base_commons.js:201:27)

and

console_1  | 3:01:15 PM: Middleware error
console_1  | Error: write ECONNRESET
console_1  |     at afterWriteDispatched (internal/stream_base_commons.js:150:25)
console_1  |     at writeGeneric (internal/stream_base_commons.js:141:3)
console_1  |     at Socket._writeGeneric (net.js:771:11)
console_1  |     at Socket._write (net.js:783:8)
console_1  |     at doWrite (_stream_writable.js:431:12)
console_1  |     at clearBuffer (_stream_writable.js:551:7)
console_1  |     at Socket.Writable.uncork (_stream_writable.js:325:7)
console_1  |     at connectionCorkNT (_http_outgoing.js:656:8)
console_1  |     at processTicksAndRejections (internal/process/task_queues.js:80:21)

This might explain libero/article-store#166 (comment).

/cc @giorgiosironi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions