mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(core): Do not debounce webhooks, triggers and pollers activation (#11306)
This commit is contained in:
@@ -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
|
* Commands that should not be debounced when received, e.g. during webhook handling in
|
||||||
* multi-main setup.
|
* 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',
|
||||||
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user