Skip to content

Commit a095e94

Browse files
committed
docs(stress-tasks): add MOLLIFIER_E2E example payload comment
1 parent f08eefc commit a095e94

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

references/stress-tasks/src/trigger/fanout.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ async function asyncPool<T>(
8888
*
8989
* @example Combined contention — fan-out + tags + child work
9090
* { "count": 1000, "concurrency": 250, "childSleepMs": 500, "tags": ["combined"] }
91+
*
92+
* @example Mollifier end-to-end smoke — enough volume to trip the proposed defaults
93+
* (MOLLIFIER_TRIP_THRESHOLD=100 / MOLLIFIER_TRIP_WINDOW_MS=200), but only
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 }
9197
*/
9298
export const fanOutTriggerTask = task({
9399
id: "stress-fan-out-trigger",

0 commit comments

Comments
 (0)