Skip to content

Commit 7486d22

Browse files
committed
feat/change variable messageGroupId
1 parent 025b183 commit 7486d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/integrations/event/sqs/sqs.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export class SqsController extends EventController implements EventControllerInt
163163
message.dataType = 's3';
164164
}
165165

166-
const messageGroupId = sqsConfig.GLOBAL_ENABLED ? `${serverConfig.NAME}-${instanceName}` : 'evolution';
166+
const messageGroupId = sqsConfig.GLOBAL_ENABLED ? `${serverConfig.NAME}-${eventFormatted}-${instanceName}` : 'evolution';
167167
const isGlobalEnabled = sqsConfig.GLOBAL_ENABLED;
168168
const params = {
169169
MessageBody: JSON.stringify(message),

0 commit comments

Comments
 (0)