Skip to content

docs: Add missing content to concept pages#699

Merged
vdusek merged 3 commits intomasterfrom
docs/add-missing-concept-content
Apr 7, 2026
Merged

docs: Add missing content to concept pages#699
vdusek merged 3 commits intomasterfrom
docs/add-missing-concept-content

Conversation

@vdusek
Copy link
Copy Markdown
Contributor

@vdusek vdusek commented Apr 3, 2026

Summary

  • Pagination page: Added "Generator-based iteration" section documenting iterate_items() as the recommended approach, with sync/async code examples and a mention of iterate_keys() for key-value stores.
  • Async support & Error handling pages: Added closing notes with <ApiLink> references to ApifyClientAsync and ApifyApiError so pages no longer end abruptly after the code block.
  • Timeouts page (new): Added docs/02_concepts/11_timeouts.mdx covering the tiered timeout system (short/medium/long/no_timeout), global configuration via constructor, per-call overrides with timedelta or tier literals, and interaction with the retry system.

🤖 Generated with Claude Code

Add iterate_items() generator-based iteration section to the pagination
page, closing notes with API references to async support and error
handling pages, and a new Timeouts concept page covering the tiered
timeout system.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Apr 3, 2026
@vdusek vdusek self-assigned this Apr 3, 2026
@github-actions github-actions bot added this to the 137th sprint - Tooling team milestone Apr 3, 2026
@vdusek vdusek requested a review from Pijukatel April 3, 2026 08:45
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.68%. Comparing base (51a92a3) to head (f238e40).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #699      +/-   ##
==========================================
+ Coverage   94.64%   94.68%   +0.04%     
==========================================
  Files          45       45              
  Lines        4405     4405              
==========================================
+ Hits         4169     4171       +2     
+ Misses        236      234       -2     
Flag Coverage Δ
integration 94.68% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@janbuchar janbuchar left a comment

Choose a reason for hiding this comment

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

LGTM

@vdusek vdusek merged commit 6aaf8b4 into master Apr 7, 2026
24 checks passed
@vdusek vdusek deleted the docs/add-missing-concept-content branch April 7, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants