Webhook / Integration Event bus (#499)

* First bash at an event bus for webhooks and integrations

* Refactoring

* poc

* Revert too wide ranging changes
Move to two-queues
This commit is contained in:
Tom Moor
2018-01-13 10:46:29 -08:00
committed by GitHub
parent 33261ba7c7
commit 9d441fc51a
11 changed files with 121 additions and 15 deletions

View File

@@ -1,7 +0,0 @@
// @flow
const Slack = {
id: 'slack',
name: 'Slack',
};
export default Slack;