Rewrite and publish Services concept page for rc43#183
Open
kcmartin wants to merge 1 commit into
Open
Conversation
Contributor
Preview Deployment
Commit: |
Contributor
E2E Test Results✅ Tests success Ran against: https://pr-183-superfly-sprites-docs.fly.dev |
Contributor
Lighthouse Results
|
Replace raw socket API examples with the sprite-env services CLI, document --http-port routing and auto-start, fix log guidance (no journalctl; logs live in /.sprite/logs/services/), and add a Services/Sessions/Tasks comparison. All examples verified against an rc43 Sprite. Removes the draft flag and adds Services to the Concepts sidebar group.
82bab55 to
a216e15
Compare
aezell
approved these changes
Jun 2, 2026
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.
Rewrites the Services concept page (
/concepts/services) to match what rc43 actually ships, removes thedraftflag, and adds the page to the Concepts sidebar group.What changed
sprite-env curlsocket examples with thesprite-env servicessubcommands (create,start,stop,restart,signal,delete) and their flags (--env,--dir,--needs,--http-port,--duration)--http-port: URL routing to the service's port, auto-start on incoming requests, and the one-HTTP-service-per-Sprite constraint/.sprite/logs/services/<name>.log; removed thejournalctl/syslogadvice (Sprites don't run systemd)draft: trueand added Services to the Concepts sidebar, after ConnectorsVerification
Every command and output sample on the page was run against an rc43 Sprite, including crash recovery (
restart_count), sticky-stop vs. signal-restart behavior, the 409 on a second HTTP service, and startup-failure log output. The site builds cleanly and the sidebar entry renders on all pages.