Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.01 KB

scaling-for-high-volumes.md

File metadata and controls

23 lines (18 loc) · 1.01 KB
layout
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

Scaling for High Volumes

The G2P Bridge is designed to perform in high volume disbursement scenarios. To achieve this, all the processing in the G2P Bridge is done asynchronously.

The disbursement instructions from the upstream Program MIS / PBMS systems are received by the G2P Bridge via. a REST API. The "create_disbursements" API is designed to receive multiple API invocations for a single "program-disbursement-cycle". Each invocation of the API brings a payload that contains a list of disbursements.

create_disbursements in G2P Bridge (from upstream Program MIS systems)

Scaling the Worker PODs for volume