Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningCategories

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable category identifiers used by managed-connector scheduler recovery and execution-hardening answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningCategories

objectCdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningCategories

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The runtime still exposes one active reporter lease.

public const string ActiveLeaseVisible = "active-lease-visible"

string

The runtime still exposes one active reporter identifier.

public const string ActiveReporterVisible = "active-reporter-visible"

string

The bounded command history already records one automatic retry attempt.

public const string AutomaticRetryAttemptRecorded = "automatic-retry-attempt-recorded"

string

The current retry policy is still waiting for a cooldown window to elapse.

public const string CooldownWindow = "cooldown-window"

string

The current node cannot safely execute automatic retry yet.

public const string CurrentNodeBlocked = "current-node-blocked"

string

The current node can execute automatic retry safely for the current hardening answer.

public const string CurrentNodeExecutable = "current-node-executable"

string

A durable command-journal store is configured for the runtime.

public const string DurableJournalConfigured = "durable-journal-configured"

string

Scheduler execution truth currently looks hardened enough for bounded execution.

public const string ExecutionHardened = "execution-hardened"

string

Scheduler execution truth currently remains risky.

public const string ExecutionRisk = "execution-risk"

string

Automatic retry currently depends on in-memory command history only.

public const string InMemoryJournalOnly = "in-memory-journal-only"

string

The latest automatic retry execution already translated into one provider-facing command shape.

public const string LatestAutomaticExecutionAdapted = "latest-automatic-execution-adapted"

string

The latest automatic retry execution remained blocked before provider translation.

public const string LatestAutomaticExecutionBlocked = "latest-automatic-execution-blocked"

string

The latest automatic retry execution failed while Cephalon translated it.

public const string LatestAutomaticExecutionFailed = "latest-automatic-execution-failed"

string

The latest automatic retry execution remained operator-owned.

public const string LatestAutomaticExecutionOperatorOnly = "latest-automatic-execution-operator-only"

string

The latest automatic retry execution could not resolve one provider execution adapter.

public const string LatestAutomaticExecutionUnavailable = "latest-automatic-execution-unavailable"

string

The runtime depends on cross-node lease ownership before automatic retry should execute.

public const string LeaseCoordinatedRuntime = "lease-coordinated-runtime"

string

Retained history currently contains one automatic retry attempt for the current retry fingerprint.

public const string MatchingAutomaticRetryAttempt = "matching-automatic-retry-attempt"

string

The current shared runtime truth does not currently need another automatic retry attempt.

public const string NoFurtherRetryNeeded = "no-further-retry-needed"

string

Scheduler recovery and execution hardening still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

The current host coordination owner matches the active reporter lease.

public const string OwnerMatch = "owner-match"

string

The current host coordination owner does not match the active reporter lease.

public const string OwnerMismatch = "owner-mismatch"

string

The durable command journal currently exposes persisted recorded history.

public const string PersistedHistory = "persisted-history"

string

The durable command journal currently reports a persistence error.

public const string PersistenceFailed = "persistence-failed"

string

The durable command journal currently exposes recovered recorded history.

public const string RecoveredHistory = "recovered-history"

string

Scheduler recovery remains blocked by missing or unhealthy durable evidence.

public const string RecoveryBlocked = "recovery-blocked"

string

The durable command journal currently reports a recovery error.

public const string RecoveryFailed = "recovery-failed"

string

Scheduler recovery completed enough that bounded execution can resume safely.

public const string RecoveryReady = "recovery-ready"

string

Scheduler recovery is replaying retained execution evidence.

public const string Replaying = "replaying"

string

The durable shared scheduler currently remains conflicted.

public const string SchedulerConflicted = "scheduler-conflicted"

string

The durable shared scheduler currently remains blocked by broader lease truth.

public const string SchedulerLeaseBlocked = "lease-blocked"

string

The runtime participates in the scheduler recovery and execution-hardening lane.

public const string SchedulerRecoveryExecutionHardening = "scheduler-recovery-execution-hardening"

string

The durable shared scheduler currently keeps one bounded retry scheduled.

public const string SchedulerScheduled = "scheduled"

string

The durable shared scheduler currently does not need to keep the runtime scheduled.

public const string SchedulerUnscheduled = "unscheduled"

string

The runtime currently executes automatic retry on a single node without cross-node lease ownership.

public const string SingleNodeRuntime = "single-node-runtime"

string