File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1100,7 +1100,7 @@ graph TB
11001100 subgraph "Rails — Puma"
11011101 Cable["Action Cable<br/>WebSocket /cable<br/>(team chat)"]
11021102 Router["Rails Router<br/>REST API v1<br/>200+ endpoints"]
1103- Sidekiq["Sidekiq<br/>Background Workers<br/>(Riot sync · reindex)"]
1103+ Sidekiq["Sidekiq<br/>Background Workers<br/>(Riot sync + reindex)"]
11041104 end
11051105
11061106 subgraph "Data"
@@ -1119,7 +1119,7 @@ graph TB
11191119 PlayerPortal -- "HTTPS REST" --> Traefik
11201120
11211121 Traefik -- "HTTP" --> Router
1122- Traefik -- "WS upgrade" --> Cable
1122+ Traefik -- "WS upgrade /cable " --> Cable
11231123
11241124 Router -- "reads / writes" --> PG
11251125 Router -- "cache · JWT blacklist" --> RD
@@ -1130,7 +1130,7 @@ graph TB
11301130 Sidekiq -- "reindex docs" --> Meili
11311131
11321132 Router -- "player data" --> RiotAPI
1133- Sidekiq -- "match sync" --> RiotAPI
1133+ Sidekiq -- "match + profile sync" --> RiotAPI
11341134 Router -- "pro matches" --> PandaScore
11351135
11361136 style FrontendApp fill:#1e88e5
You can’t perform that action at this time.
0 commit comments