The rasa action server is not completing an action which takes more than 10 sec to complete.What are the changes should i make in the configuration of rasa to make it work?
@CAkhil can you give more information and some screenshot etc?
Does changing def run(...) to async def run(...) solve the problem?
@CAkhil you are using some API? please share complete code for our reference.
@ChrisRahme I will try this and get back to you…
Here intent is being sent from the msteams chatbot, utter_request_sent is the one it is uttering and after that this action is being performed
@nik202 As soon as the user select delete in webex, the webex webook will send a intent : status_actions_form and the above story gets triggered.
The first action is utter_request_sent which it is doing in the picture i shared of webex, and after that the second action takes place - action_vdi_action, which triggers a delete api and it takes around 50 sec. after deletion is completed, the entire thing is getting repeated and the part which should be dispatched form action server(dispatcher.utter_message(text=status)) is not getting uttered
If the same action is taking less time, then its working fine
Any updates?
@ChrisRahme Still the same issue…could u help me out?..do i need to act async to the vdi_delete function too


