Skip to content

docs: Add missing content to concept pages#699

Open
vdusek wants to merge 1 commit intomasterfrom
docs/add-missing-concept-content
Open

docs: Add missing content to concept pages#699
vdusek wants to merge 1 commit 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.93%. Comparing base (2f67a5d) to head (dc12f42).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #699      +/-   ##
==========================================
+ Coverage   94.79%   94.93%   +0.13%     
==========================================
  Files          45       45              
  Lines        4403     4403              
==========================================
+ Hits         4174     4180       +6     
+ Misses        229      223       -6     
Flag Coverage Δ
integration 94.93% <ø> (+0.13%) ⬆️

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.

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.

2 participants