Skip to content

Commit

Permalink
fix(core): Do not debounce webhooks, triggers and pollers activation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Oct 18, 2024
1 parent a13e142 commit a34b018
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/cli/src/scaling/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ export const SELF_SEND_COMMANDS = new Set([
* Commands that should not be debounced when received, e.g. during webhook handling in
* multi-main setup.
*/
export const IMMEDIATE_COMMANDS = new Set(['relay-execution-lifecycle-event']);
export const IMMEDIATE_COMMANDS = new Set([
'add-webhooks-triggers-and-pollers',
'relay-execution-lifecycle-event',
]);

0 comments on commit a34b018

Please sign in to comment.