inngest
Version:
Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.
14 lines • 635 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConnectionState = exports.DEFAULT_SHUTDOWN_SIGNALS = void 0;
exports.DEFAULT_SHUTDOWN_SIGNALS = ["SIGINT", "SIGTERM"];
var ConnectionState;
(function (ConnectionState) {
ConnectionState["CONNECTING"] = "CONNECTING";
ConnectionState["ACTIVE"] = "ACTIVE";
ConnectionState["PAUSED"] = "PAUSED";
ConnectionState["RECONNECTING"] = "RECONNECTING";
ConnectionState["CLOSING"] = "CLOSING";
ConnectionState["CLOSED"] = "CLOSED";
})(ConnectionState || (exports.ConnectionState = ConnectionState = {}));
//# sourceMappingURL=types.js.map