# 요청 예산에서 파생되는 계층 # Question: 요청 데드라인은 아래 계층으로 내려가는가? direction: right n0: "요청 데드라인" { shape: rectangle } n1: "리졸버 예산" { shape: rectangle } n2: "DataLoader 배치 타임아웃" { shape: rectangle } n3: "다운스트림 데드라인" { shape: rectangle } n4: "구독 데드라인" { shape: rectangle } n0 -> n1: "파생 없음" n0 -> n2: "파생 없음" n0 -> n3: "파생 없음" n0 -> n4: "파생 없음"