# trigger-grps-ingester-flow-control

The script is used by this Jenkins job to trigger the grps-ingester-flow-control-qa Lambda:
https://scheduler.theorchard.io/job/grps-ingestion-flow-control

The job config defines the environment variables:
MAX_STATE_MACHINES: The limit of sfn executions that can run at the same time
SFN_START_DELAY: The time delay in milliseconds between starting each batch
                 This is done to avoid a spike in resource utilization
SFN_BATCH_SIZE: The number of state machine executions to start each batch
