interface MeshCallExecParams {
    args: any[];
    namespace?: string;
    options?: MeshCallExecOptions;
    redis: RedisConfig;
    topic: string;
}

Properties

args: any[]

Arguments to pass to the worker function

namespace?: string

namespace for grouping common functions

Execution options like caching ttl

Redis configuration

topic: string

topic assigned to the worker when it was connected