Bots with Agents & Assistants may trigger the same event multiple times. #1206
Labels
question
Further information is requested
server-side
Server-sider issue with the Slack Platform or Slack API
I created a ChatBot using the Agents & Assistants functionality, but multiple events are triggered for one message under the following conditions. (We have confirmed this with other bots already published on the marketplace)
The headers of these events did not include
X-Slack-Retry-Num
.Is there a way to resolve this issue?
Reproducible in:
It seems to occur for messages that meet the following conditions:
1. First message from user
2. Long Japanese message
Example:
The
slack_bolt
versionslack_bolt==1.21.2
Python runtime version
Python 3.12.6
OS info
Steps to reproduce:
code
Expected result:
"This is a test message" will only be sent once.
Actual result:
"This is a test message" will be sent multiple times.
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
The text was updated successfully, but these errors were encountered: