Skip to content

New structure for webhooks

Compare
Choose a tag to compare
@camirmas camirmas released this 20 Nov 21:28
· 36 commits to master since this release

003venusaur

This release changes the structure of the application so that Hooks run in individual processes, and execute their individual broadcast functions asynchronously. It also separates out the concepts of topics and hooks, so that we can later provide configurable options at both the topic level and the hook level. This will be especially useful when we get to interval polling.