Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MembershipQueueOpts

Index

Properties

Optional actionDelayMs

actionDelayMs: undefined | number

How long to delay a request for in milliseconds, multiplied by the number of attempts made if a request failed.

Optional concurrentRoomLimit

concurrentRoomLimit: undefined | number

The number of concurrent operations to perform.

Optional defaultTtlMs

defaultTtlMs: undefined | number

How long a request can "live" for before it is discarded in milliseconds. This will override maxAttempts.

Optional joinDelayMs

joinDelayMs: undefined | number
deprecated

Use actionDelayMs

Optional maxActionDelayMs

maxActionDelayMs: undefined | number

The maximum number of milliseconds a request may be delayed for.

Optional maxAttempts

maxAttempts: undefined | number

The number of attempts to retry an operation before it is discarded.

Optional maxJoinDelayMs

maxJoinDelayMs: undefined | number
deprecated

Use maxActionDelayMs

Generated using TypeDoc