Skip to content
Discussion options

You must be logged in to vote

Thanks for reaching out!

Sail doesn't support standalone mode yet. Here are a few considerations if we'd like to explore this idea.

  1. Right now, the driver for each session listens on an arbitrary port and propagates the port information to the worker when launching the worker. To support manual worker registration, we need the driver port to be a configurable static port so that the worker can connect to the driver. The challenge is that the Sail server can run multiple sessions each with an isolated driver, so we need to figure out a story of assigning ports for drivers.
  2. Right now, the driver autoscales the worker depending on the workload and removes the worker when it is no longer in u…

Replies: 10 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by linhr
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1531 on May 27, 2026 07:23.