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

feat: rewrite concurrency manager #8

Merged
merged 17 commits into from
Dec 22, 2024
Merged

feat: rewrite concurrency manager #8

merged 17 commits into from
Dec 22, 2024

Conversation

Deivu
Copy link
Member

@Deivu Deivu commented Dec 20, 2024

The current implementation may cause issues (shards becoming unresponsive for some reason), so I decided to fully move the concurrency handling into a small server.

I may also need to implement something that allows me to close the shard when the http req fails, avoiding a deadlock situation.

And lastly, may just ditch the fastify and use raw http but we'll see.

@Deivu Deivu added the enhancement New feature or request label Dec 20, 2024
@Deivu Deivu self-assigned this Dec 20, 2024
@Deivu Deivu marked this pull request as ready for review December 22, 2024 10:08
@Deivu Deivu merged commit 9188ae3 into master Dec 22, 2024
2 checks passed
@Deivu Deivu deleted the rewrite/concurrency branch December 22, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant