Overview
In this guide, we’ll take a look at how Alloy handles concurrency when running workflow executions. Understanding concurrency is important to having a solid grasp of our infrastructure.How it Works
To understand how concurrency works at Alloy, let’s take two scenarios:- Scenario 1: You have a single workflow that listens for new records created in BigCommerce and proxies those events over to your API. Let’s assume this workflow receives 5,000 events in the first hour.
- Scenario 2: You’ve set up two workflows, one that receives customer sign-up events and adds them to a list in klaviyo, and a second workflow that receives Clicked Email events from Klaviyo and proxies those events to your API.

