botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
69 stars 83 forks source link

Time out expection when using rest api #686

Closed poovarasanvasudevan closed 4 years ago

poovarasanvasudevan commented 5 years ago

Hi I am using rest API to connect the bot

My bot has wait and some long running tasks. On using converse rest API . I am getting timeout . I debugged inside the code

private readonly timeoutInMs = 5000

This line in converse.ts causing the timeout to be limited.. can this be configurable or how can I avoid timeout on using rest API

Thanks

allardy commented 4 years ago

Converse timeout was added in the latest version https://github.com/botpress/botpress/releases/tag/v12.1.5

Yambr commented 2 years ago

image