backgroundConfig constant
RetryConfig
const backgroundConfig
Conservative retry configuration for background tasks.
Implementation
static const RetryConfig backgroundConfig = RetryConfig(
maxRetries: 3,
max529Retries: 1,
);