zinit update --parallel leaves some unfinished background process #499
Answered
by
vladdoster
OmeletWithoutEgg
asked this question in
Q&A
-
There is a option to update the plugins parallelly. Is it normal that, after running |
Beta Was this translation helpful? Give feedback.
Answered by
vladdoster
Apr 15, 2023
Replies: 1 comment 4 replies
-
Could you share screenshot(s) or video? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@OmeletWithoutEgg,
Yes, it is being worked on. I plan on removing the current multi-processing logic in favor of using builtin
zargs
command. Usingzargs
should remove the issue you see regarding zombie jobs.Feel free to try out the branch and give any feedback you might have (positive or negative).
I expect to have the refactor done sometime this weekend.