Table of Contents

Enum RateLimitSource

Namespace
Temporalio.Api.Enums.V1
Assembly
Temporalio.dll

Source for the effective rate limit.

public enum RateLimitSource

Fields

[OriginalName("RATE_LIMIT_SOURCE_API")] Api = 1

The value was set by the API.

[OriginalName("RATE_LIMIT_SOURCE_SYSTEM")] System = 3

The value was set as the system default.

[OriginalName("RATE_LIMIT_SOURCE_UNSPECIFIED")] Unspecified = 0
[OriginalName("RATE_LIMIT_SOURCE_WORKER")] Worker = 2

The value was set by a worker.