Verifica se deve fazer retry baseado no número de tentativas
static bool shouldRetry(int attemptCount) { return attemptCount < maxRetryAttempts; }