Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incremental delivery: inline available payloads #3895

Closed
wants to merge 6 commits into from

Conversation

yaacovCR
Copy link
Contributor

@yaacovCR yaacovCR commented May 14, 2023

depends on #3911

emit all completed payloads in a dependency tree within the same batch, by including subsequent deferred grouped field sets and stream items into their parents.

results that are ready are not only batched, they are wholly consolidated/inlined

as a notable excepetion, the initial result still does not include any defers, even if they are completed! although early execution still does kick off. this may need revisiting!

@netlify
Copy link

netlify bot commented May 14, 2023

Deploy Preview for compassionate-pike-271cb3 ready!

Name Link
🔨 Latest commit 4a38de2
🔍 Latest deploy log https://app.netlify.com/sites/compassionate-pike-271cb3/deploys/64ded169c4ff7a0008ad546d
😎 Deploy Preview https://deploy-preview-3895--compassionate-pike-271cb3.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@yaacovCR yaacovCR changed the title consolidate payloads incremental delivery: consolidate payloads May 14, 2023
@yaacovCR yaacovCR requested review from robrichard and a team May 14, 2023 19:02
@yaacovCR yaacovCR added PR: feature 🚀 requires increase of "minor" version number PR: breaking change 💥 implementation requires increase of "major" version number and removed PR: feature 🚀 requires increase of "minor" version number labels May 14, 2023
@yaacovCR yaacovCR force-pushed the consolidate-payloads branch 22 times, most recently from 6d4bc05 to 5f98356 Compare May 18, 2023 12:03
@yaacovCR yaacovCR force-pushed the consolidate-payloads branch 7 times, most recently from 7a5ca0f to 6fecd95 Compare June 16, 2023 10:46
@yaacovCR yaacovCR force-pushed the consolidate-payloads branch 5 times, most recently from 7835729 to 8c84b34 Compare July 6, 2023 19:06
@yaacovCR yaacovCR changed the title incremental delivery: consolidate payloads incremental delivery: inline available payloads Jul 6, 2023
@yaacovCR yaacovCR requested review from robrichard and a team and removed request for a team and robrichard July 6, 2023 20:04
@yaacovCR yaacovCR added PR: feature 🚀 requires increase of "minor" version number and removed PR: breaking change 💥 implementation requires increase of "major" version number labels Jul 6, 2023
@yaacovCR yaacovCR force-pushed the consolidate-payloads branch 2 times, most recently from 966ba35 to cc064a0 Compare July 16, 2023 12:33
@yaacovCR
Copy link
Contributor Author

yaacovCR commented May 9, 2024

Closing this old PR; the batching logic was merged separately in the rewrite in #4026. The aggressive inlining probably is not super-appropriate for the reference implementation, but could be considered after we actually get the spec changes released.

@yaacovCR yaacovCR closed this May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: feature 🚀 requires increase of "minor" version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant