Skip to content

feat: split oversized serverless requests to avoid lambda payload limit - #778

Merged
hjlarry merged 3 commits into
mainfrom
17f6338
Jul 29, 2026
Merged

feat: split oversized serverless requests to avoid lambda payload limit#778
hjlarry merged 3 commits into
mainfrom
17f6338

Conversation

@41tair

@41tair 41tair commented Jul 24, 2026

Copy link
Copy Markdown
Member

Description

Serverless (Lambda Function URL) requests are capped at 6 MB. Large text embedding requests exceeded this and failed with opaque errors.

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • [] Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.

@dosubot dosubot Bot added size:XXL This PR changes 1000+ lines, ignoring generated files. enhancement New feature or request go Pull requests that update go code plugin-daemon labels Jul 24, 2026
@dosubot

dosubot Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

📄 Knowledge review

✏️ Suggested updates

2 page suggestions need review.

Page Library Status
sri /dify-plugin-daemon/blob/main/docs/runtime/sri.md dify-plugin-sdks ⬆️ Pushed to this PR
sri_cn /dify-plugin-daemon/blob/main/docs/runtime/sri_cn.md dify-plugin-sdks ⬆️ Pushed to this PR

Leave Feedback Ask Dosu about dify-plugin-daemon

@hjlarry hjlarry 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.

LGTM

@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Jul 29, 2026
@hjlarry
hjlarry merged commit eff6e1e into main Jul 29, 2026
7 checks passed
@hjlarry
hjlarry deleted the 17f6338 branch July 29, 2026 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request go Pull requests that update go code lgtm This PR has been approved by a maintainer plugin-daemon size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants