ThrottleOptions: {
    guid?: string;
    scope?: "engines" | "workers" | "all";
    throttle: number;
    topic?: string;
}

Type declaration

  • Optionalguid?: string

    target an engine OR worker by GUID

  • Optionalscope?: "engines" | "workers" | "all"

    target engines only, workers only, or all (default: 'all')

  • throttle: number

    delay in milliseconds: 0 = resume, -1 = pause, >0 = delay per message

  • Optionaltopic?: string

    target a worker quorum