Class StatefulsetRecoveryController


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

      • periodicCheck

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