SkillAgentSearch skills...

Nexq

A lightweight, Pogocache-backed distributed task queue system

Install / Use

/learn @nadmax/Nexq
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CI CD codecov

Nexq

A lightweight, high-performance distributed task queue system built in Go with Pogocache.
Schedule, execute, and monitor background jobs across multiple worker nodes with blazing-fast speed and minimal resource usage.

Why Pogocache?

Nexq uses Pogocache instead of traditional caching solutions because:

  • Faster: Lower latency per request than Redis, Memcache, Valkey, and others
  • More Efficient: Uses fewer CPU cycles, reducing server costs and energy usage
  • Better Scaling: Optimized for both single-threaded and multi-threaded performance
  • Protocol Compatible: Supports Redis wire protocol, making migration seamless

Features

  • Distributed Processing: Scale horizontally by adding more worker nodes
  • Priority Queues: High, normal, and low priority task execution
  • Scheduled Tasks: Delay task execution or schedule for future processing
  • Automatic Retries: Configurable retry logic with exponential backoff
  • Real-time Dashboard: Monitor task status and worker activity through a clean web interface
  • RESTful API: Simple HTTP API using Go's standard net/http package
  • Multiple Task Types: Register custom handlers for different job types
  • Pogocache-Backed: Ultra-fast caching with lower latency and better CPU efficiency than Redis
  • Zero Dependencies: Minimal external dependencies, uses Go standard library where possible

Quick Start

Prerequisites

  • Go 1.25.7 or higher if available
  • Docker
  • Pogocache server running locally or remotely

Installation

See INSTALLATION.md to know how to use Nexq.

Architecture

See ARCHITECTURE.md to learn about Nexq's architecture.

Use Cases

  • [x] Report task performance generator
  • [ ] Image/video processing pipelines
  • [ ] Data synchronization tasks
  • [ ] Scheduled maintenance jobs
  • [ ] Webhook delivery with retries
  • [ ] Batch processing operations

Configuration

See CONFIGURATION.md to know how to configure your own tasks and Pogocache.

API Endpoints

See ENDPOINTS.md to know API endpoints.

Future Enhancements

  • [x] Dead letter queue for permanently failed tasks
  • [x] Persistent task history
  • [x] Task cancellation support
  • [x] Worker health monitoring and metrics
  • [ ] Task dependencies and workflows
  • [ ] Cron-like recurring tasks
  • [ ] Authentication and authorization
  • [ ] Webhook notifications

Contributing

Contributions are welcome!
Please refer to CONTRIBUTING.md.

License

This project is under MIT License.
Feel free to use this project however you'd like!

Resources

  • Go 1.25.7
  • Pogocache - Fast caching with focus on low latency and CPU efficiency
  • go-redis - Redis/Pogocache client for Go
  • sendgrid-go - SendGrid Golang API Library
  • pq - Go PostgreSQL driver for database/sql
  • Prometheus - Prometheus instrumentation library for Go
  • Go standard library (net/http, encoding/json)

Related Skills

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated16d ago
Forks2

Languages

Go

Security Score

95/100

Audited on Mar 20, 2026

No findings