Maximilian Tagher
Maximilian Tagher
Oh, what connection pool settings are you all using with what levels of traffic? Lumi’s business doesn’t strike me as needing to process huge volumes of API requests like say,...
Just tried this again, confirming it's still an issue
I'm having this issue currently, on a rails/unicorn/nginx stack like @gavinlaking talked about. I'm trying out his fixes now. Also, is pry-remote meant to be used in staging environments? I'm...
Thanks Mon-Ouie. I ended up getting a solution working with just regular Pry.
Ok, I'm not interested in the performance implications of this, so just going to close
Actually this might already be possible with `presignWith`, passing a function to change the endpoint of the Service. I got successful responses doing this method, but the file I PUT...
Ok, I think you can sort of do this, but additional work is needed. Right now you can use `presignWith` and modify the endpoint of the s3 service to be...
This is the setup we did. I use a template haskell function to generate a fixed string for each Yesod endpoint to use as a label in prometheus, along with...
Thanks for your fix @otterlysrs