Skip to main content
Table of Contents

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

int

OutboxLockReleaseFailed

Releasing the outbox distributed lock failed; the key auto-expires on lease end (warning).

public const int OutboxLockReleaseFailed = 106107

Field Value

int

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

int

OutboxWorkerFailed

Outbox worker failed (error).

public const int OutboxWorkerFailed = 106104

Field Value

int

OutboxWorkerOperationCanceled

Outbox worker observed a cooperative cancellation.

public const int OutboxWorkerOperationCanceled = 106003

Field Value

int

OutboxWorkerStarted

Outbox worker has started.

public const int OutboxWorkerStarted = 106001

Field Value

int

OutboxWorkerStopped

Outbox worker has stopped.

public const int OutboxWorkerStopped = 106002

Field Value

int