botpress / v12

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

Why bot server response turn slow(hang) sometimes? #1635

Open fancyoung opened 2 years ago

fancyoung commented 2 years ago

I'm design a long flow bot, user should go through nodes one by one.

I find sometimes, when user selected an answer, the server response it very slow (happened on different nodes, may be 10+ operations will have 1 slow response).

Sometimes, the response is slow, but can turn working after 10 seconds. Sometimes, there is no feedback, so user can't continue their flow.

I have two questions:

  1. does other have this problem, how to solve it?
  2. if we can't fix it which cause flow break, any suggest practice to let user continue the flow?