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

Workers shouldn't schedule local tasks while parked #4229

Closed
armanbilge opened this issue Jan 7, 2025 · 0 comments · Fixed by #4230
Closed

Workers shouldn't schedule local tasks while parked #4229

armanbilge opened this issue Jan 7, 2025 · 0 comments · Fixed by #4230
Labels
Milestone

Comments

@armanbilge
Copy link
Member

armanbilge commented Jan 7, 2025

There's possibly a bigger discussion here, which is whether the fact that polling systems schedule tasks on a worker's local queue while the worker is parked violates some invariant of our runtime 🤷

Originally posted by @armanbilge in #4227 (comment)

Daniel S and I talked about this on Discord, and we decided we do want to avoid scheduling tasks while a worker is parked. I'm adjusting the PollingSystem API so it doesn't have to work this way ...

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 a pull request may close this issue.

1 participant