Add Falcon cluster service environment - #356
Open
samuel-williams-shopify wants to merge 13 commits into
Open
Conversation
samuel-williams-shopify
force-pushed
the
add-falcon-cluster-env
branch
from
June 26, 2026 03:15
ca51626 to
ed3b84f
Compare
Assisted-By: devx/379cb815-bd96-4979-b667-b34037489b71
samuel-williams-shopify
force-pushed
the
add-falcon-cluster-env
branch
from
July 20, 2026 00:35
2035127 to
ed8d01f
Compare
Assisted-By: devx/379cb815-bd96-4979-b667-b34037489b71
Assisted-By: devx/379cb815-bd96-4979-b667-b34037489b71
Assisted-By: devx/56c5beec-347d-4712-9cc7-ea033e4d2a8a
Assisted-By: devx/56c5beec-347d-4712-9cc7-ea033e4d2a8a
Assisted-By: devx/56c5beec-347d-4712-9cc7-ea033e4d2a8a
Assisted-By: devx/56c5beec-347d-4712-9cc7-ea033e4d2a8a
Assisted-By: devx/56c5beec-347d-4712-9cc7-ea033e4d2a8a
Assisted-By: devx/56c5beec-347d-4712-9cc7-ea033e4d2a8a
Assisted-By: devx/56c5beec-347d-4712-9cc7-ea033e4d2a8a
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Falcon::Environment::ClusterandFalcon::Service::Clusterfor workers that bind independently inside their execution context.Falcon::Service::Cluster::Listener.prepare_worker!(instance, listener:)after binding and before running the server.The evaluator remains lazy configuration state; live bound sockets are passed explicitly through the worker lifecycle hook. Integrations can serialize the listener's scheme and protocol capabilities into their own discovery model without depending on Async::HTTP implementation constants.
Released dependencies
Companion PRs
Testing
bundle exec sus test/falcon/service/cluster.rb test/falcon/environment/cluster.rb(4 tests, 30 assertions)bundle exec rubocopbundle exec bake decode:index:coverage lib(201/201 definitions)