shouldRetry property

bool get shouldRetry

Optional: Whether this job should be retried on failure. Default is true.

Implementation

bool get shouldRetry => true;