Skip to content

Commit 5ea9f78

Browse files
test
1 parent 3f62fec commit 5ea9f78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ddtrace/internal/writer/writer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,7 @@ def _set_keep_rate(self, trace):
933933
def _send_payload(self, payload: bytes, count: int, client: WriterClientBase):
934934
try:
935935
response_body = self._exporter.send(payload, count)
936+
self._exporter.stop_worker()
936937
except native.RequestError as e:
937938
try:
938939
# Request errors are formatted as "Error code: {code}, Response: {response}"

0 commit comments

Comments
 (0)