FlowXO traffice capacity and load

(Bryan Song) #1

Hi Was just wonder how much traffic flowXO can take . For eg during valentine days when theres a 1000 accessing the flow at the same time. Any one tested and have answer to this?

(Kellsey Shaw) #2

Hi Bryan,

We use AWS for our platform so we can simply add more server resources whenever we need to.

So you don’t need to worry about loads, the bots can handle it :thumbsup:

(Bryan Song) #3

Hi Kellsey

Hope to have a solution to the telegram group issue i have. By the in the
sample check order flow. How do i return a value "please resumit or email
admin for support " when verification fail. Now it return as blank.

Dear customer your order status is " "

(Kellsey Shaw) #4

Hi Bryan,

You just need to pop a filter on the task that sends the message to make sure that order status value is not empty. That will make sure that that message is only sent when there is an order status to send.

Then you just need to add another bot message that sends a message to let the user know that there were no results found. Again you’ll need to pop a filter on that task, this time, it will be to check that order status is empty.