andreaimprovised

Results 9 comments of andreaimprovised

can't be entirely certain its the same issue (haven't been able to repro under controlled conditions), but also experience very frequent SIGSEGV in a fully async fastapi application with ddtrace...

I have retry-oriented and timeout-oriented middleware that is specific to the handlers their registered on. I don't know much about making routers, but I'm guessing that's just a group of...

Yeah that's probably workable, okay. On a separate note, it's a bit hard to reason about middleware order, generally speaking, across broker, router, and sub/pub. But order is very important....

Agree, I just don't think it's documented? And it was more like 3, 1, 4, 2 I think only recently until a bug fix last week that got released

Also ran into this recently with `python_test()` not picking up shell variables. Scratched my head for awhile trying to figure out what was going on. `[docker].run_args` with `--env` also had...

thanks gautham! the preference order makes sense to me. i would agree that consistency is probably important in how docker_environment() allows local environment shell variables to be injected. i think,...

This would be really useful when there are transitive dependencies that are not copyright compatible and not necessary for your project to run.

Acknowledged. That said, we're not currently using pip (or uv pip) to install dependencies in our target environments: local and docker. I'd like to avoid doing so if possible.