QuartzWorkerExecutionManager now tracks recovery outcome via a volatile RecoveryStatus field (PENDING, COMPLETED, FAILED) with a getRecoveryStatus() accessor. This should be wired to a @Liveness or @Readiness health check so operators can observe recovery failures via standard health endpoints, not just log lines.
Added during #586/#587/#588/#589 follow-ups (design review R1-04).
QuartzWorkerExecutionManager now tracks recovery outcome via a
volatile RecoveryStatusfield (PENDING,COMPLETED,FAILED) with agetRecoveryStatus()accessor. This should be wired to a@Livenessor@Readinesshealth check so operators can observe recovery failures via standard health endpoints, not just log lines.Added during #586/#587/#588/#589 follow-ups (design review R1-04).