February 13, 2013 Tailing Celery Task Output to a Browser Using gevent-socketio and Redis Pub/Sub While working on a project at work I wanted to add a feature that displayed the output of a long running task in the browser in near real-time. This features was inspired by travis-ci.org. If you're unfamiliar with Travis, the browser client displays the build log output as it is happening. After some