Top-Q / difido-reports

This project aims to provide a generic implementation for HTML test reports.
http://top-q.github.io/difido-reports
Apache License 2.0
47 stars 31 forks source link

Server - Add timeouts to write operations that are done to the file system #222

Closed itaiag closed 5 years ago

itaiag commented 5 years ago

Under heavy load, write operations to the disk might get stuck and as a result, the write to disk queue gets full. This may cause the server to crash. We need to add a timeout to each write operation with coherent log message in case the task is aborted.