We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a095e94 commit c2d7d60Copy full SHA for c2d7d60
1 file changed
references/stress-tasks/src/trigger/fanout.ts
@@ -94,6 +94,11 @@ async function asyncPool<T>(
94
* matters once phase 3 wires the buffer write. In phase 1, this still goes
95
* through the existing engine.trigger() path because the gate is no-op.
96
* { "count": 500, "concurrency": 500 }
97
+ *
98
+ * @example Shadow-mode trip observation — fire a 500-fan-out and watch the webapp logs
99
+ * for `mollifier.would_mollify` entries. Requires the webapp running with
100
+ * MOLLIFIER_ENABLED=1 MOLLIFIER_SHADOW_MODE=1.
101
+ * { "count": 500, "concurrency": 500 }
102
*/
103
export const fanOutTriggerTask = task({
104
id: "stress-fan-out-trigger",
0 commit comments