Skip to content

Commit 704b91c

Browse files
Abel Milashclaude
andcommitted
Remove contextvar demo script, tighten README wording
Remove examples/advanced/contextvar_thread_demo.py (internal debugging artifact, not intended for the public repo). Trim redundant clause from the large-batch README tip. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2a393ea commit 704b91c

2 files changed

Lines changed: 1 addition & 100 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ client.records.update("account", ids, {"industry": "Technology"}, max_workers=3)
192192

193193
> **Large batches**: Lists exceeding 1,000 records are automatically split into 1,000-record
194194
> chunks — no manual pre-splitting needed. By default chunks are dispatched sequentially.
195-
> Pass `max_workers=N` (max: 3, default: 1) to send chunks concurrently via threads — useful
196-
> when throughput matters more than strict sequential ordering. Note that chunked operations
195+
> Pass `max_workers=N` (max: 3, default: 1) to send chunks concurrently via threads. Note that chunked operations
197196
> are **not atomic**: a failure mid-way may leave earlier chunks applied. Callers that
198197
> require atomicity should limit their input to ≤ 1,000 records.
199198

examples/advanced/contextvar_thread_demo.py

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)