Netflix has re-engineered its Conductor workflow orchestration engine to manage growing demands across its Content and Studio Engineering, Ads, and Games organizations. The updated system now supports approximately 200,000 workflow definitions across 150 applications and executes about 420 million workflows per month.
The redesign significantly increases the supported workflow size, allowing for approximately 30,000 tasks per workflow, up from 2,500. This change also reduced p99 workflow evaluation latency by about 40%, indicating a substantial improvement in processing efficiency.
Conductor 4.0 addresses previous bottlenecks by separating workflow metadata from task and user data. The evaluator now uses a lightweight workflow blueprint and loads only the necessary task data for each decision, rather than the entire workflow state. This change mitigates memory pressure that occurred with larger workflows in earlier versions.
Further architectural changes include removing locking from task state coordination by storing pending and terminal task states separately. Workflow evaluation has also been moved out of the synchronous request path, with updates processed asynchronously via exclusive Timestone queues.
Community discussions in 2022 highlighted scaling issues, such as high JVM heap usage with large numbers of workflows and tasks, and slow definition loading times for complex workflows. These issues stemmed from the engine loading entire running workflows into memory for evaluation. The current redesign directly addresses these previously identified limitations.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Netflix re-engineered its Conductor workflow orchestration engine to handle 420 million monthly workflow executions and support workflows 10 times larger. The redesign addresses bottlenecks in workflow evaluation and task coordination, improving performance and scalability for Netflix's internal operations.