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

[ bugfix ] Properly remove closed workers from pool. #11

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

ReilySiegel
Copy link
Collaborator

No description provided.

@jarlah
Copy link
Contributor

jarlah commented Nov 13, 2024

this looks like a good fix. Tbh, ironically, close_worker function is only used in spawn_worrker where its wrapped in a closer function. So this is correct fix. 💯 We should never close directly, it needs to be handled specifically with regards to the state

@jarlah
Copy link
Contributor

jarlah commented Nov 13, 2024

partially fixes #10

@jarlah
Copy link
Contributor

jarlah commented Nov 13, 2024

i cant approve but you can take my

🦭 of 👍
or
image

@jarlah
Copy link
Contributor

jarlah commented Nov 13, 2024

ps! the fix doesn't remotely fix the problem with the chunked response, so im debugging it and will hopefully make a new PR if I can get it working

@ReilySiegel ReilySiegel merged commit 92940fa into idris-community:master Nov 13, 2024
1 check passed
@ReilySiegel ReilySiegel deleted the fix-worker-close branch November 13, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants