When running the application with multiple pods and doing a rolling update, each pod that is restarted tries to recover jobs:
[openvsx-server] [main] o.e.o.s.ExtensionScanJobRecoveryService : Scan 120263 (aletyx.automation-design.10.2.1) has recoverable jobs, leaving in SCANNING status
which is kind of confusing. Need to investigate how we can prevent the multiple log messages from each pod.
When running the application with multiple pods and doing a rolling update, each pod that is restarted tries to recover jobs:
which is kind of confusing. Need to investigate how we can prevent the multiple log messages from each pod.