Skip to content

fix(publications): bound ingestion batches to 100 - #993

Merged
tiankaima-copilot merged 1 commit into
mainfrom
fix/publication-ingestion-batch-limit-100
Sep 1, 2026
Merged

fix(publications): bound ingestion batches to 100#993
tiankaima-copilot merged 1 commit into
mainfrom
fix/publication-ingestion-batch-limit-100

Conversation

@tiankaima-copilot

Copy link
Copy Markdown
Collaborator

Summary

  • enforce a 100-item maximum for publication ingestion batches
  • expose the shared batch limit constant and update the transaction regression to the supported maximum
  • reject 101-item payloads and refresh the publications contract and generated OpenAPI schema

The 45-second transaction budget is unchanged. Object planning remains a separate request with its existing 500-object limit.

Checks

  • bunx vitest run tests/unit
  • bunx tsc --noEmit -p tsconfig.typecheck.json
  • bunx tsc --noEmit -p tsconfig.typecheck.tests.json
  • bunx biome check on changed files
  • bun run openapi:generate

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
life-ustc de3847c Sep 01 2026, 12:06 PM

@tiankaima-copilot
tiankaima-copilot merged commit 28eee87 into main Sep 1, 2026
17 checks passed
@tiankaima-copilot
tiankaima-copilot deleted the fix/publication-ingestion-batch-limit-100 branch September 1, 2026 12:18
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

github-actions Bot pushed a commit that referenced this pull request Sep 1, 2026
## [1.100.2](v1.100.1...v1.100.2) (2026-09-01)

### Bug Fixes

* **publications:** bound ingestion batches to 100 ([#993](#993)) ([28eee87](28eee87))
* raise publication ingestion transaction budget ([#992](#992)) ([a364863](a364863))
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.100.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants