-
Notifications
You must be signed in to change notification settings - Fork 228
Description
(Describe your issue and goal here)
The Slack SDK version
[INFO] +- com.slack.api:bolt-servlet:jar:1.4.0:compile
[INFO] | +- com.slack.api:slack-api-model:jar:1.4.0:compile
[INFO] | +- com.slack.api:slack-api-client:jar:1.4.0:compile
[INFO] | +- com.slack.api:slack-app-backend:jar:1.4.0:compile
[INFO] | - com.slack.api:bolt:jar:1.4.0:compile
Java Runtime version
openjdk version "1.8.0_252"
OS info
ProductName: Mac OS X
ProductVersion: 10.15.5
BuildVersion: 19F101
Darwin Kernel Version 19.5.0: Tue May 26 20:41:44 PDT 2020; root:xnu-6153.121.2~2/RELEASE_X86_64
Steps to reproduce:
Hello, there.
I want to know why retry occurs.
Through the official document, I knew that a retry would occur if the response was not returned within 3 seconds, and I used AsyncMethodsClient to solve this problem. Nevertheless, the problem continues to arise.
The same problem also continues to occur even though the header of the Response object has returned the object X-slack-No-Retry: 1.

