interface MeshCallInterruptParams {
    connection?: ProviderConfig;
    namespace?: string;
    options: MeshCallInterruptOptions;
    redis?: ProviderConfig;
    topic: string;
}

Properties

connection?: ProviderConfig

Provider configuration

namespace?: string

namespace for grouping common functions

Options for interrupting the cron

Redis configuration; use 'connection' instead of 'redis'

topic: string

topic assigned to the cron worker when it was connected