rust-lang / rust-log-analyzer

Analyzing Travis and Azure Pipelines logs to find encountered errors
MIT License
40 stars 27 forks source link

Store index in S3, write index less times, and implement graceful shutdown #71

Closed pietroalbini closed 1 year ago

pietroalbini commented 1 year ago

This PR changes how we read and write the index, to improve performance and remove reliance on EFS in production. The changes included in this PR are:

This PR is best reviewed commit-by-commit.