everypolitician / webhook-manager

Notifies other apps whenever EveryPolitician data changes, in style of GitHub's webhooks
https://everypolitician-app-manager.herokuapp.com/
1 stars 2 forks source link

Split the `countries.json` builder out to a separate app #54

Closed tmtmtmtm closed 8 years ago

tmtmtmtm commented 8 years ago

There's no real reason for this to be part of the app manager — it should be a separate standalone webhook receiver.

This is not only cleaner, and a better "do one thing, and do it well" approach, but also means that throughput should increase as each will be running as distinct heroku workers.