Class StatefulsetRecoveryController

java.lang.Object
dev.snowdrop.boot.narayana.openshift.recovery.StatefulsetRecoveryController

public class StatefulsetRecoveryController extends Object
Executes periodic checks to ensure all terminated pods have not left unprocessed data.
Author:
Nicola Ferraro
  • Constructor Details

  • Method Details

    • periodicCheck

      @Scheduled(fixedDelayString="${snowdrop.narayana.openshift.recovery.period:30000}", initialDelayString="${snowdrop.narayana.openshift.recovery.period:30000}") public void periodicCheck() throws Exception
      Throws:
      Exception