Emit event on message creation (#11466)
adding event emitting on message creation
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user