Page MenuHomePhabricator

Write event notification handler to dump to Redis Pubsub
Closed, InvalidPublic

Description

There is a framework internal to Phab for external notifications when certain actions happen. These include ticket creations,e tc. We need to create one that logs these events to a pubsub queue so we can start writing bots to mimic current notification schemes.

https://secure.phabricator.com/book/phabricator/article/events/

Details

Reference
fl412

Related Objects

View Standalone Graph
This task is connected to more than 200 other tasks. Only direct parents and subtasks are shown here. Use View Standalone Graph to show more of the graph.

Event Timeline

flimport raised the priority of this task from to High.Sep 12 2014, 1:39 AM
flimport set Reference to fl412.

mmodell wrote on 2014-06-17 22:24:32 (UTC)

@rush I can do this one if you want. I did almost the same at dA

avive wrote on 2014-06-18 00:55:36 (UTC)

Don't use Events - they are mostly deprecated.

Following the feed can mostly be achieved by adding a webhook to feed.http-hooks (config).

Rush wrote on 2014-08-27 19:06:07 (UTC)

this won't happen this way now we know -- we'll try to use the official phab bot seems like. That bot polls http.feed and doesn't use the old events handler.