There was an error while loading. Please reload this page.
1 parent cabf0af commit cb9d560Copy full SHA for cb9d560
1 file changed
internal-packages/run-engine/src/engine/systems/debounceSystem.ts
@@ -98,12 +98,6 @@ const MAX_CLAIM_RETRIES = 10;
98
// Delay between retries when waiting for pending claim
99
const CLAIM_RETRY_DELAY_MS = 50;
100
101
-export type DebounceData = {
102
- key: string;
103
- delay: string;
104
- createdAt: Date;
105
-};
106
-
107
/**
108
* DebounceSystem handles debouncing of task triggers.
109
*
0 commit comments