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

Properties

namespace?: string

namespace for grouping common functions

Options for interrupting the cron

Redis configuration

topic: string

topic assigned to the cron worker when it was connected