Pedro Nascimento
Pedro Nascimento
**Issue type:** - [x] question - [ ] bug report - [ ] feature request - [ ] documentation issue **nestjs-config version** 1.0.1 **@nestjs/common+core or other package versions** - @nestjs/common:...
## Feature Description Allow each individual migration to specify if it should be ran inside a transaction or not. ### The Problem Some operations cannot be ran inside a transaction...
**Is your feature request related to a problem? Please describe.** cloud-trace by default injects trace-propagation headers on all outgoing HTTP requests, this has caused problems with external services which reject...
Hi, awesome looking project. I looked through the documentation/examples and through the code and it doesn't seem to address distributed environments use cases. (eg. when we want a function execution...