# allowlist 에 들어갈 수 있는 범주 # Question: 설정으로 재시도 가능하게 만들 수 있는 범주는 무엇인가? direction: right n0: "RetryProfile allowlist" { shape: rectangle } n1: "직렬화 실패" { shape: rectangle } n2: "낙관적 충돌" { shape: rectangle } n3: "락 획득 실패" { shape: rectangle } n4: "COMPLETION_UNKNOWN" { shape: rectangle } n0 -> n1: "허용" n0 -> n2: "허용" n0 -> n3: "허용" n0 -> n4: "거부"