I have implemented the slash command and also actions for handling the interaction, my app sometimes displays an "Operation Timed Out" error when triggering the actions. I have used the ack() call inside my handler, but still sometimes I am getting the Time out error. Not sure if it because of network latency, can you guide me on this.
@app.action("my_statements")
def handle_my_statements(ack):
ack()
.....
......
The slack_bolt version
slack-bolt==1.9.1
slack-sdk==3.11.1
I have implemented the slash command and also actions for handling the interaction, my app sometimes displays an "Operation Timed Out" error when triggering the actions. I have used the ack() call inside my handler, but still sometimes I am getting the Time out error. Not sure if it because of network latency, can you guide me on this.
The
slack_boltversionslack-bolt==1.9.1
slack-sdk==3.11.1