retainedRetryHistoryCount property
int
get
retainedRetryHistoryCount
Number of issues for which retry history is currently retained.
Exposed for tests that verify the bookkeeping maps do not leak when runs reach terminal states. Operators should not rely on this in production code.
Implementation
int get retainedRetryHistoryCount => _retryHistoryByIssue.length;