-
Notifications
You must be signed in to change notification settings - Fork 137
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
perf: Make scheduler be called in 10 seconds interval if no tasks #429
Conversation
Please rebase your branch. |
43a176d
to
52adf58
Compare
I've rebased the branch. |
After having this commit in the zinit repo, I've no plugins loaded anymore. It seems to be, this again broke the wait ice, removing all wait ices let the plugins get loaded again. Also verified by reverting this commit on top of #417 (which I run locally) and starting with wait ices |
This reverts commit 1681ce4.
@psprint There needs to be a zunit test for this change so we avoid reverting it again. |
@mustaqimM The commit was reverted. |
# [3.9.0](v3.8.0...v3.9.0) (2022-12-17) ### Bug Fixes * remove broken gh-r zunit test for "warp" ([#430](#430)) ([64fa4ae](64fa4ae)) ### Features * add `completions` ice ([#417](#417)) ([59975d7](59975d7)) * display version via `version` sub command ([bfb01e6](bfb01e6)) ### Performance Improvements * reduce scheduler task check to 10 second interval ([#429](#429)) ([1681ce4](1681ce4)) ### Reverts * "perf: reduce scheduler task check to 10 second interval ([#429](#429))" ([#432](#432)) ([cfd3261](cfd3261))
🎉 This PR is included in version 3.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [3.9.0](zdharma-continuum/zinit@v3.8.0...v3.9.0) (2022-12-17) ### Bug Fixes * remove broken gh-r zunit test for "warp" ([zdharma-continuum#430](zdharma-continuum#430)) ([64fa4ae](zdharma-continuum@64fa4ae)) ### Features * add `completions` ice ([zdharma-continuum#417](zdharma-continuum#417)) ([59975d7](zdharma-continuum@59975d7)) * display version via `version` sub command ([bfb01e6](zdharma-continuum@bfb01e6)) ### Performance Improvements * reduce scheduler task check to 10 second interval ([zdharma-continuum#429](zdharma-continuum#429)) ([1681ce4](zdharma-continuum@1681ce4)) ### Reverts * "perf: reduce scheduler task check to 10 second interval ([zdharma-continuum#429](zdharma-continuum#429))" ([zdharma-continuum#432](zdharma-continuum#432)) ([cfd3261](zdharma-continuum@cfd3261))
Description
Fixed #409
Motivation and Context
Related Issue(s)
#409
Usage examples
How Has This Been Tested?
Types of changes
Checklist: