Skip to content

Operation Timeout error in actions even after using ack() #537

@mohan-raheja

Description

@mohan-raheja

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions