发布

  • fix(core): only cleanup db connection on exit (#31137)

    frostbyte_neo 发布于 2025-05-08 22:35:01 +00:00

    Current Behavior

    db connections are cleaned up on SIGTERM, SIGHUP, SIGINT, AND exit. On
    SIGTERM, SIGHUP, and SIGINT, the process exits there.. which short
    circuits other SIGTERM, SIGHUP, and SIGINT handlers.

    Expected Behavior

    db connections are only cleaned up when the process actually exits. It
    does not exit the process here in response to any signals.

    Related Issue(s)

    Fixes #

    下载附件