-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
base: build/v2
Are you sure you want to change the base?
feat: scheduler rewrite #7816
Conversation
|
1f0ec3c
to
b86f8a3
Compare
commit: |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Co-Authored-By: [email protected]
# Conflicts: # packages/qwik-router/src/runtime/src/qwik-router-component.tsx
ced5b49
to
f3dae90
Compare
539f0c9
to
f9ad480
Compare
f9ad480
to
9b03622
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -24,6 +24,7 @@ const config: PlaywrightTestConfig = { | |||
height: 600, | |||
}, | |||
}, | |||
fullyParallel: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woohoo 🫶
Scheduler rewrite to support processing multiple async chores at once.
Fixes: #7296 #7416 #7795