017 Live Matchcenter event-broadcasting event setup
In the context of the live matchcenter, facing the need to notify the API of the latest liveblog posts from Sanity,
we decided to use webhooks to notify the API which will override the latest version in cache and neglected polling and Sanity’s Live API, to achieve a maintainable and performant API,
because polling is costly and the live API is experimental, moreover the logic lives here, because the worker should stay a private background process.
Contributors: Jori Regter, Ivo van der Knaap, Dennis Roobol, Rogier Zeebregts, Rudin Swagerman, Inci Yesiltepe
Decided on: September 10, 2024