Directories
¶
| Path | Synopsis |
|---|---|
|
Package cli implements the root Cobra command for the RoadRunner CLI, including persistent flags, environment variable loading, debug server initialization, and subcommand registration.
|
Package cli implements the root Cobra command for the RoadRunner CLI, including persistent flags, environment variable loading, debug server initialization, and subcommand registration. |
|
jobs
Package jobs implements the "jobs" command for managing job pipelines, supporting pause, resume, destroy, and list operations via RPC.
|
Package jobs implements the "jobs" command for managing job pipelines, supporting pause, resume, destroy, and list operations via RPC. |
|
reset
Package reset implements the "reset" command that resets workers of all or specific RoadRunner plugins concurrently via RPC.
|
Package reset implements the "reset" command that resets workers of all or specific RoadRunner plugins concurrently via RPC. |
|
serve
Package serve implements the "serve" command that starts the RoadRunner server, manages the Endure container lifecycle, handles OS signals for graceful shutdown and restart, and integrates with systemd via sdnotify.
|
Package serve implements the "serve" command that starts the RoadRunner server, manages the Endure container lifecycle, handles OS signals for graceful shutdown and restart, and integrates with systemd via sdnotify. |
|
stop
Package stop implements the "stop" command that gracefully stops the RoadRunner server by sending SIGTERM to the process identified by the .pid file.
|
Package stop implements the "stop" command that gracefully stops the RoadRunner server by sending SIGTERM to the process identified by the .pid file. |
|
workers
Package workers implements the "workers" command that displays information about active RoadRunner workers and job pipelines via RPC, with support for interactive real-time updates.
|
Package workers implements the "workers" command that displays information about active RoadRunner workers and job pipelines via RPC, with support for interactive real-time updates. |
|
Package debug provides an HTTP server with pprof endpoints for runtime profiling and diagnostics.
|
Package debug provides an HTTP server with pprof endpoints for runtime profiling and diagnostics. |
|
Package meta holds build-time version and build timestamp metadata set via linker flags during compilation.
|
Package meta holds build-time version and build timestamp metadata set via linker flags during compilation. |
|
Package rpc provides an internal RPC client for CLI-to-server communication.
|
Package rpc provides an internal RPC client for CLI-to-server communication. |
|
Package sdnotify provides a Go implementation of the sd_notify protocol.
|
Package sdnotify provides a Go implementation of the sd_notify protocol. |
Click to show internal directories.
Click to hide internal directories.