Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FZ Portal (DOP)

enable-cash-limitation

max-concurrent-restaurants-requests

  • In this feature, users can update several restaurants, for instance, some markets can update over 1000 restaurants. This can occasionally lead to time-outs, as the time-out limit in the API Gateway is set to 29 seconds and can't be changed.
    To address this issue, we divided the request into many smaller ones. There is an FF called max-concurrent-restaurants-requests, which allows us to choose how many restaurants we want to modify per request. Therefore, if we set this FF to 200 restaurants for an operation involving 1000 restaurants, the system will send 5 requests of 200 restaurants each. We conducted some tests, and this approach has not resulted in any time-out issues.

Intl Tech - Plataform

enable-new-order-statuses

...