0

For the dynamic menu in slack my servers respond back the result in 4-5 second(as there is some computation which will take some time) but it seems like the timeout of the request from slack app is around 3 second and that's why in the drop-down it shows a message "Nothing could be found." enter image description here

Is there a way to increase the request timeout time?

iibtisam
  • 167
  • 3
  • 11

1 Answers1

2

The limit for responding to requests from the Slack API is fixed at 3000ms. There's no way to adjust this.

Colm Doyle
  • 3,598
  • 1
  • 20
  • 22