A customers project is filling the DB really fast. After two days of operation it grows to 1.2 GB in size. When it gets this large remote execution stops working. We spent quite a bit of time troubleshooting the root cause. What we discovered is that a specific request from the Execution Server to Storage Service is resulting in a SQL DB timeout. Storage Service has a hard coded timeout of 30 seconds for SQL queries. Storage Service is reporting it has hit this timeout for the specific request it received.