Received multiple message
events last night without 'X-Slack-Retry-Num'
#2141
Labels
bug
M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented
server-side-issue
I’m not sure if this is the appropriate repository for this issue, but I was unable to sign up for the Slack Forum, so I'm posting here.
Packages:
Select all that apply:
@slack/web-api
@slack/rtm-api
@slack/webhooks
@slack/oauth
@slack/socket-mode
@slack/types
Reproducible in:
The Slack SDK version
"@slack/web-api": "7.3.1",
Node.js runtime version
AWS Lambda Node.js 20.x
OS info
Steps to reproduce:
message
events at an AWS API Gateway → AWS Lambda endpoint.event_ts
) were sent, each with a differentevent_id
.X-Slack-Retry-Num
orX-Slack-Retry-Reason
headers.Expected result:
X-Slack-Retry-*
headers) for each message.Actual result:
event_id
(the request body also varied slightly), indicating this was not caused by any retry mechanism on our side but rather multiple sends from Slack.Requirements
We understand that general questions about the Slack API platform or its server-side logic can be sent to https://my.slack.com/help/requests/new, but we believe this to be unexpected behavior in event delivery, so we wanted to share it here.
The text was updated successfully, but these errors were encountered: