dstrctrng / travis-logs

Processes log updates from Travis Worker, streams them to the web client, aggregates them, and archives to S3.

Home Page:https://travis-ci.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis Logs


Build Status

Travis Logs processes log updates which are streamed from Travis Worker instances via RabbitMQ. The log parts are streamed via Pusher to the web client (Travis Web) and added to the database.

Once all log parts have been received, and a timeout has passed (10 seconds default), the log parts are aggregated into one final log.

Although Travis Logs is built to archive logs to S3, and vacuum from the database once it is verified that the logs are archived correctly. This has been run for all previous logs prior to January but it not active at the moment.

Travis Logs Diagram

License & copyright information

See LICENSE file.

Copyright (c) 2011 Travis CI development team.

About

Processes log updates from Travis Worker, streams them to the web client, aggregates them, and archives to S3.

https://travis-ci.org

License:MIT License


Languages

Language:Ruby 100.0%