Skip to content

logIncoming method produces unhandled promised rejections during request timeouts #41

@pgoldweic

Description

@pgoldweic

The logIncoming method sometimes times out trying to send data to Dashbot. This unfortunately causes an exception that is thrown and is uncaught within it, which in turn may cause the containing node application to eventually exit with a non-zero error code (as unhandled promised rejections will eventually be deprecated). Note that it's of no use to wrap the call to this method with a try/catch block.

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