Skip to content

Conversation

@DH-555
Copy link
Member

@DH-555 DH-555 commented Feb 1, 2026

Clarify the different timeout limits for asynchronous and synchronous functions.

Summary by CodeRabbit

  • Documentation
    • Clarified function timeout limits: asynchronous functions have a 900-second system-wide maximum; synchronous functions have a hard 30-second limit.
    • Minor editorial and formatting fixes in the timeout documentation for clarity and consistency.

✏️ Tip: You can customize this high-level summary in your review settings.

Clarify timeout limits for asynchronous and synchronous functions.
@DH-555 DH-555 requested a review from Copilot February 1, 2026 17:41
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 1, 2026

Walkthrough

This pull request updates the Functions documentation Timeout section to distinguish async and sync function timeouts: a system-wide maximum of 900 seconds (15 minutes) for asynchronous functions and a hard 30-second limit for synchronous functions. It corrects "system wide" to "system-wide" and includes a small trailing-newline formatting tweak. Changes: +3/-2 lines. No code or exported/public signatures were modified.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title accurately and clearly describes the main change: updating timeout information in the functions documentation to differentiate between async and sync function timeouts.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Clarifies function timeout limits by distinguishing between asynchronous and synchronous execution constraints in the Functions documentation.

Changes:

  • Update the Timeout section to specify the 900s maximum for asynchronous functions.
  • Add the 30s hard limit for synchronous functions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@src/routes/docs/products/functions/functions/`+page.markdoc:
- Around line 165-168: Update the wording in the "## Timeout {% `#timeout` %}"
section so units are consistent: change the phrase "For synchronous functions,
there is a hard limit of 30s." to use the full word "seconds" (i.e., "30
seconds") to match "900 seconds" used earlier; edit the sentence containing
"hard limit of 30s" in the +page.markdoc section to read "hard limit of 30
seconds."

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant