Skip to content

docs: storage tasks - #2975

Open
TC-MO wants to merge 16 commits into
masterfrom
docs/storage-tasks
Open

TC-MO wants to merge 16 commits into
masterfrom
docs/storage-tasks

Conversation

@TC-MO

@TC-MO TC-MO commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Sharing and cross-run usage were documented three times over, once per storage type, and had drifted apart; this consolidates them into two shared pages (Share storage, Use storage from another run) that the type pages now link to. Along the way it corrects the storage rate limits against apify-core.

TC-MO added 10 commits September 4, 2026 22:54
The sharing procedure and the between-runs procedure were each written
out four times, on the storage overview and all three type pages, with
only the noun changed.
The overview's exception list omitted the request queue lock tier and
the 40/s batch tier, so it understated the real limits.
The API reference link pointed at key-value stores, the #sharing anchor
had no matching heading, and the description promised sharing content.
Record CRUD is a 200/s tier per openapi.yaml, not the 60/s default.
Nesting it under sharing implied a subset relationship that isn't there:
granting a person access and addressing your own storage from code are
unrelated mechanisms that only shared the word "share".
Request queue limits were lowered in apify-core#29428 (Jul 2026) to
avoid DynamoDB partition throttling and the docs were never updated.
Also documents the key-value store keys and records list tiers.
Drops a fabricated redoc anchor and corrects the key-value store records
endpoint, which downloads a ZIP archive rather than listing records.
Restores the concurrent write-order caveat to the storage overview.
The three per-type sections differed only in one method name and one
client accessor, so the extraction had relocated duplication rather than
removing it. One example per surface plus a lookup table covers all three.
The API client section led with the SDK's "open" flow; the replacement
describes the client accessor, and the username/name form it documents
is what both clients' to_safe_id conversions accept.
@TC-MO TC-MO self-assigned this Sep 14, 2026
@TC-MO TC-MO added documentation Improvements or additions to documentation. t-docs Issues owned by technical writing team. labels Sep 14, 2026
@TC-MO TC-MO changed the title Docs/storage tasks docs: storage tasks Sep 14, 2026
@apify-service-account

apify-service-account commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

✅ Preview for this PR (commit dce12945) is ready at https://pr-2975.preview.docs.apify.com (see action run).

… anchors

Pre-signed URLs cover only selected dataset and key-value store
endpoints, so the request queue stub dropped the claim. Headings keep
master's #share id; the between-runs fragments decay deliberately -
Docusaurus offsets only heading anchors, so span targets hide under
the navbar.
One designed SVG, dead links stripped, SVGO) covers what
datasets-app.png and find-store-id.png showed. overview-api.png was
referenced nowhere.
@TC-MO
TC-MO marked this pull request as ready for review September 15, 2026 16:30
Restatements only, checked by an independent fidelity review; the one
factual change is Python SDK 3.8 -> 3.10, per its pyproject. Also drops
the hub's dangling share paragraph and its stale concurrency note.
Fix broken example URLs and leftover filler.

@janbuchar janbuchar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes to the OpenAPI spec are fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation. t-docs Issues owned by technical writing team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants