retry

abstract fun retry(retryCount: Int, interval: Long): DataSource<T>

retry fetching data few times with time interval when the request gets failure.