Bassam Mansoob

Results 2 comments of Bassam Mansoob

👋 @fsouza I see generation support has been added in https://github.com/fsouza/fake-gcs-server/pull/735 at the same layer as in #300. I added support for this in the memory backend [here](https://github.com/fsouza/fake-gcs-server/compare/main...bmansoob:generation-match-support?expand=1). I wanted...

For continuous profiling, it is always done async in a background [thread](https://github.com/Shopify/app_profiler/blob/main/lib/app_profiler/middleware/upload_action.rb#L8-L11). So at least the biggest cost (external call to GCS) happens out of band. >The profile would also...