Skip to content

Commit 586068a

Browse files
authored
chore:Update Sidekiq descriptions in README.md
1 parent be7ca78 commit 586068a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)