When using AsyncIterable or ReadableStream with batch trigger methods, automatically split items into multiple batches of 1000 or fewer if the total exceeds the limit. Currently, streaming batches buffer all items to get the count, then fail if it exceeds 1000, requiring manual chunking. This would make streaming batches handle large datasets without extra loops.
In Review
π‘ Feature Request
21 days ago

Issam Haddad
Get notified by email when there are changes.
In Review
π‘ Feature Request
21 days ago

Issam Haddad
Get notified by email when there are changes.