Skip to content

feat: scheduler rewrite #7816

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

Draft
wants to merge 38 commits into
base: build/v2
Choose a base branch
from
Draft

feat: scheduler rewrite #7816

wants to merge 38 commits into from

Conversation

Varixo
Copy link
Member

@Varixo Varixo commented Aug 13, 2025

Scheduler rewrite to support processing multiple async chores at once.

Fixes: #7296 #7416 #7795

Copy link

changeset-bot bot commented Aug 13, 2025

⚠️ No Changeset found

Latest commit: e832504

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Varixo Varixo force-pushed the v2-scheduler-rewrite branch from 1f0ec3c to b86f8a3 Compare August 13, 2025 15:09
Copy link

pkg-pr-new bot commented Aug 13, 2025

Open in StackBlitz

npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/core@7816
npm i https://pkg.pr.new/QwikDev/qwik/@qwik.dev/router@7816
npm i https://pkg.pr.new/QwikDev/qwik/eslint-plugin-qwik@7816
npm i https://pkg.pr.new/QwikDev/qwik/create-qwik@7816

commit: e832504

Copy link
Contributor

github-actions bot commented Aug 13, 2025

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
qwik-docs ✅ Ready (View Log) Visit Preview e832504

@Varixo Varixo moved this from Backlog to In progress in Qwik Development Aug 13, 2025
@Varixo Varixo force-pushed the v2-scheduler-rewrite branch from ced5b49 to f3dae90 Compare August 16, 2025 13:41
@Varixo Varixo force-pushed the v2-scheduler-rewrite branch from f9ad480 to 9b03622 Compare August 18, 2025 21:05
Copy link
Member

@wmertens wmertens left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -24,6 +24,7 @@ const config: PlaywrightTestConfig = {
height: 600,
},
},
fullyParallel: true,
Copy link
Member

Choose a reason for hiding this comment

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

Woohoo 🫶

@Varixo Varixo force-pushed the v2-scheduler-rewrite branch from 9361e42 to cc8a64b Compare August 22, 2025 18:25
@Varixo Varixo force-pushed the v2-scheduler-rewrite branch from e832504 to 82b2c8c Compare August 23, 2025 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment