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/support proxy concurrency #18

Merged
merged 6 commits into from
Mar 20, 2024
Merged

Conversation

manast
Copy link
Contributor

@manast manast commented Mar 19, 2024

This PR adds functionality so that we can run several proxies concurrently and they will all be kept in sync so that if workers are added or removed to one proxy all proxies will update their state. The mechanism works using Redis streams for communicating the add/update/remove events.

@manast manast requested review from ccollie and roggervalf March 19, 2024 11:36
@manast manast merged commit d7ad35a into main Mar 20, 2024
3 checks passed
@manast manast deleted the feat/support-proxy-concurrency branch March 20, 2024 14:26
github-actions bot pushed a commit that referenced this pull request Mar 20, 2024
# [1.3.0](v1.2.0...v1.3.0) (2024-03-20)

### Features

* support proxy concurrency ([#18](#18)) ([d7ad35a](d7ad35a))
Copy link

🎉 This PR is included in version 1.3.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 this pull request may close these issues.

1 participant