fix(serverless): cleanup peerServerless on aws request complete#7842
fix(serverless): cleanup peerServerless on aws request complete#7842pablomartinezbernardo merged 1 commit intomasterfrom
Conversation
Overall package sizeSelf size: 5.04 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2026-03-23 10:48:36 Comparing candidate commit d4bc13d in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 230 metrics, 30 unstable metrics. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7842 +/- ##
==========================================
- Coverage 80.48% 80.48% -0.01%
==========================================
Files 749 749
Lines 32457 32460 +3
==========================================
Hits 26124 26124
- Misses 6333 6336 +3 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What does this PR do?
For aws-sdk delete
peerStore.peerHostnameafter request has completedMotivation
https://datadoghq.atlassian.net/browse/SLES-2783
Additional Notes
The integration test does indeed reproduce the issue before the changes