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 f072c96 commit 2576a8eCopy full SHA for 2576a8e
1 file changed
internal-packages/run-engine/src/engine/types.ts
@@ -180,6 +180,7 @@ export type TriggerParams = {
180
key: string;
181
delay: string;
182
mode?: "leading" | "trailing";
183
+ maxDelay?: string;
184
};
185
/**
186
* Called when a run is debounced (existing delayed run found with triggerAndWait).
0 commit comments