Property IdempotencyKey
- Namespace
- Millrace
- Assembly
- Millrace.dll
IdempotencyKey
Enqueue-time dedup key, unique among active jobs within the ambient tenant scope (§4.2.6). A duplicate enqueue is a no-op returning the existing job's id. Not supported on recurring jobs in 0.1.
public string? IdempotencyKey { get; init; }