nestjs-temporal-core
    Preparing search index...

    Interface ServiceShutdownOptions

    Service shutdown options

    interface ServiceShutdownOptions {
        graceful?: boolean;
        stopWorker?: boolean;
        timeout?: number;
    }
    Index

    Properties

    graceful?: boolean
    stopWorker?: boolean
    timeout?: number