Commit f70fd90
perf(webapp): match gate bypass list in pre-gate claim eligibility
debounce and oneTimeUseToken triggers always return pass_through from
the mollifier gate (`mollifierGate.server.ts:158-175`), so the pre-gate
claim was issuing an unnecessary Redis SETNX on the trigger hot path
for these trigger types. Mirror the gate's bypass list — exclude
debounce + oneTimeUseToken alongside the existing
resumeParentOnCompletion check — so the claim's RTT only fires when
the gate could actually mollify the request.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0102c05 commit f70fd90
1 file changed
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
290 | 296 | | |
291 | 297 | | |
| 298 | + | |
| 299 | + | |
292 | 300 | | |
293 | 301 | | |
294 | 302 | | |
| |||
0 commit comments