type Config struct {
// The preflight check to execute. Check echo.HandlerFunc
// Preflight checks will never wait longer than this amount of time. MaxTotalWait time.Duration// Retries will never be further than this far apart. MaxRetryWait time.Duration
}