It was single stepping through a program that I realized all network calls were being made twice due to broken retry logic. All tests passed.
The two most educational things in any new environment:
- run the project in a profiler
- run the project in a debugger
it sounds silly but just singlestepping through the whole thing anwers so many questions