Convoy's latest release introduces a simplified architecture based on the control plane and data plane model, which replaces the previous tightly coupled system. This new design separates configuration tasks, managed by the control plane, from the data processing tasks, handled by the data plane, both of which share state through a common PostgreSQL database. The architecture aligns with industry standards seen in API Gateways, offering significant advantages such as the separation of concerns, which enhances system availability by isolating failures within components. This separation also allows for focused reliability engineering efforts and more efficient scaling strategies. The control plane can now operate on smaller, cost-effective machines, while the data plane can be optimized for performance, providing deeper observability and resource efficiency. This redesign not only addresses immediate operational challenges but also sets a foundation for future improvements in Convoy's webhook gateway, enhancing reliability and performance.