Automatically Terminate/Retry Relationships
@for (relationship of relationships; track relationship; let i = $index) {
{{ relationship.name }}
terminate retry
@if (hasDescription(relationship)) {
{{ relationship.description }}
}
}
@if (isRelationshipRetried()) {
Number of Retry Attempts
Retry Back Off Policy
Penalize Yield
Retry Maximum Back Off Period
}