runqy Server¶
The runqy server (runqy-server-minimal) is the central control plane that manages worker registration and queue configuration.
Overview¶
The server provides:
- Worker registration endpoint:
POST /worker/register - Queue configuration: Defines available queues and their deployment specs
- Redis credential distribution: Securely provides Redis connection info to workers
Installation¶
Running¶
Source Code¶
The server is implemented in Go and consists of approximately 500 lines of code:
main.go— Entry point and HTTP listenerhandler.go—/worker/registerendpoint implementationconfig.go— Configuration loading