Commit 0aea3c2
committed
forge/AGENT.md: document the static-mirror request-storm trap
An app built for the origin's endpoints (aggregate route, notification socket)
degrades on a plain static mirror into a fast per-item fetch storm (mostly 404).
The real-time injection must also serve those reads from a client-side cache;
plus two footguns — the injection runs after the app's init (reset any latched
"endpoint absent" flag), and read the server log before chasing latency ghosts.1 parent a8d9e55 commit 0aea3c2
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
195 | 207 | | |
196 | 208 | | |
197 | 209 | | |
| |||
0 commit comments