Class LogEvents.OutboxProcessing
- Namespace
- Stratara.Diagnostics
- Assembly
- Stratara.Diagnostics.dll
Outbox worker event-IDs (106_000s).
public static class LogEvents.OutboxProcessing
- Inheritance
-
LogEvents.OutboxProcessing
- Inherited Members
Fields
OutboxLockNotAcquired
Outbox worker skipped a polling cycle because another instance holds the distributed lock.
public const int OutboxLockNotAcquired = 106005
Field Value
OutboxLockReleaseFailed
Releasing the outbox distributed lock failed; the key auto-expires on lease end (warning).
public const int OutboxLockReleaseFailed = 106107
Field Value
OutboxLockUnavailable
The distributed-lock store (e.g. Redis) was unavailable when the worker tried to acquire the outbox lock (warning).
public const int OutboxLockUnavailable = 106106
Field Value
OutboxWorkerFailed
Outbox worker failed (error).
public const int OutboxWorkerFailed = 106104
Field Value
OutboxWorkerOperationCanceled
Outbox worker observed a cooperative cancellation.
public const int OutboxWorkerOperationCanceled = 106003
Field Value
OutboxWorkerStarted
Outbox worker has started.
public const int OutboxWorkerStarted = 106001
Field Value
OutboxWorkerStopped
Outbox worker has stopped.
public const int OutboxWorkerStopped = 106002