-
Notifications
You must be signed in to change notification settings - Fork 0
504 Gateway Timeout
Yui Chun Leung (Leo) edited this page Apr 21, 2023
·
2 revisions
sequenceDiagram
participant Frontend
participant Load Balancer
participant Backend
Frontend ->> Load Balancer: Click to trigger API call;
Load Balancer ->> Backend: Redirect Request;
Load Balancer --> Backend: Slow Response;
Load Balancer ->> Load Balancer: Timeout;
Load Balancer ->> Frontend: 504 Gateway Timeout;