Sage Griffin
Sage Griffin
Update on this: We didn't change the signature of `transaction` to take `FnMut`, so if we want to implement something that does retries, it will need to be a separate...
@Diggsey It is completely valid to return `false` from `has_broken`. `is_valid` will prevent the broken connection from being reused.
> We also need to get an estimate of the additional load we impose on our servers for rendering the pages – we may need to switch to bigger dynos....
Do we have control over the logs fastboot produces? It'd be nice if it could match the format of our previous logs. Before fastboot it would look like: `Sept 05...
fastboot appears to be using a *ton* of memory. Right now the only page being served by fastboot is `/policies`. 
I observed roughly another 300MB from hitting /policies repeatedly before rolling back the deploy, so a total of 600MB difference from the previous deploy. I don't have per-process statistics.
Not per-request, that was the total increase in usage I saw after a few hundred requests. Our limit is 512MB, but honestly if this is using more than 100-150MB I...
Let's see where we're at after someone investigates the memory usage in more depth
> I personally never wish for self-borrowing and have the sense this is something people want when they are not used to working with ownership @withoutboats It's extremely dismissive to...
I like this idea. I don't think the query to implement it would be prohibitively expensive, but I'll investigate further