Emit event on message creation (#11466)

adding event emitting on message creation
This commit is contained in:
Thomas Trompette
2025-04-09 11:04:43 +02:00
committed by GitHub
parent c6be260fec
commit 46bbf02431
3 changed files with 32 additions and 2 deletions

View File

@ -910,7 +910,7 @@ export class EnvironmentVariables {
description: 'Throttle limit for workflow execution',
})
@CastToPositiveNumber()
WORKFLOW_EXEC_THROTTLE_LIMIT = 10;
WORKFLOW_EXEC_THROTTLE_LIMIT = 500;
@EnvironmentVariablesMetadata({
group: EnvironmentVariablesGroup.RateLimiting,