nestjs-temporal-core
    Preparing search index...

    Variable TIMEOUTSConst

    TIMEOUTS: Readonly<
        {
            ACTIVITY_LONG: "30m";
            ACTIVITY_MEDIUM: "5m";
            ACTIVITY_SHORT: "1m";
            CONNECTION_TIMEOUT: "10s";
            HEARTBEAT: "30s";
            QUERY_TIMEOUT: "5s";
            SIGNAL_TIMEOUT: "10s";
            STARTUP_TIMEOUT: "30s";
            WORKFLOW_LONG: "7d";
            WORKFLOW_MEDIUM: "24h";
            WORKFLOW_SHORT: "1h";
        },
    > = ...

    Essential constants and predefined values