Sign inSign up

arsenican/go-tru

By arsenican

â€ĒUpdated 8 days ago

Lightweight distributed task worker for queue-based processing workloads

Image
Networking
Security
Developer tools
0

115

arsenican/go-tru repository overview

⁠worker-node

A lightweight, containerized worker node for processing background tasks from a distributed job queue. Designed for home labs, self-hosted infrastructure, and small-scale deployments where a persistent task worker is needed without the overhead of a full orchestration stack.

⁠Features

  • ðŸŠķ Minimal footprint — small image size and low idle CPU usage
  • 🔄 Auto-reconnect — survives network drops and broker restarts
  • ⚙ïļ Configurable concurrency — tune worker threads for your hardware
  • ðŸ“Ķ Self-contained — no external dependencies beyond Docker
  • 🔁 Restart-safe — graceful handling of container restarts

⁠Quick Start

docker pull tersux/worker-node:latest
docker run -d --name worker --restart always tersux/worker-node:latest

Tag summary

Content type

Image

Digest

sha256:0525c5cf1â€Ķ

Size

11.8 MB

Last updated

8 days ago

docker pull arsenican/go-tru