A fedmsg consumer that runs the fasClient based on fedmsg FAS messages
Project description
An example of using fedmsg to monitor FAS for messages, but delaying action for a few seconds to accumulate messages and avoid pile-up.
Running
# Install virtualenvwrapper and restart you terminal
sudo yum install python-virtualenvwrapper
# In a new terminal
mkvirtualenv fedmsg-fasclient
python setup.py develop
fedmsg-hub
You can tweak the settings in the fedmsg.d/ directory.