n8n Queue Mode Auto-Scaling #135

Open
opened 2025-11-22 20:31:00 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @JonneFelix on GitHub (Oct 13, 2025).

Template Name

n8n Queue Mode

Template URL

https://github.com/Clevermation/n8n-queue-mode

https://github.com/Clevermation/n8n-queue-mode/blob/main/docker-compose.yml

Resources

Template Description

Overview

Production-ready n8n Queue Mode with automatic worker scaling (1-10 replicas) based on queue load.

What's Included

  • n8n (Main UI, Webhook Handler, Auto-scaled Workers)
  • PostgreSQL 17 (Database)
  • Redis 7 (Queue)
  • Python Autoscaler (Intelligent scaling)
  • Redis Monitor (Real-time stats)

Key Features

Auto-scaling workers (1-10 based on queue load)
High-throughput (100+ executions/hour)
Chromium included (browser automation)
Minimal downtime (rolling updates)
Pre-built images (GitHub Container Registry)

Requirements

  • Docker & Docker Compose
  • 2GB+ RAM (4GB recommended)
  • 10GB+ disk space

Quick Start

git clone https://github.com/Clevermation/n8n-queue-mode.git
cd n8n-queue-mode
cp .env.example .env
# Edit .env with secure keys
docker-compose up -d
# Access: http://localhost:5678

Will you send a PR to implement it?

Yes

Originally created by @JonneFelix on GitHub (Oct 13, 2025). ### Template Name n8n Queue Mode ### Template URL https://github.com/Clevermation/n8n-queue-mode ### Docker Compose Link https://github.com/Clevermation/n8n-queue-mode/blob/main/docker-compose.yml ### Resources - **Main Repository**: https://github.com/Clevermation/n8n-queue-mode - **Documentation**: https://github.com/Clevermation/n8n-queue-mode/blob/main/README.md - **Environment Setup**: https://github.com/Clevermation/n8n-queue-mode/blob/main/.env.example - **Docker Images**: - n8n (with Chromium): `ghcr.io/clevermation/n8n-queue-mode:n8n-latest` - Autoscaler: `ghcr.io/clevermation/n8n-queue-mode:autoscaler-latest` - Monitor: `ghcr.io/clevermation/n8n-queue-mode:monitor-latest` - **n8n Official Docs**: https://docs.n8n.io/hosting/scaling/queue-mode/ ### Template Description ## Overview Production-ready n8n Queue Mode with **automatic worker scaling** (1-10 replicas) based on queue load. ## What's Included - **n8n** (Main UI, Webhook Handler, Auto-scaled Workers) - **PostgreSQL 17** (Database) - **Redis 7** (Queue) - **Python Autoscaler** (Intelligent scaling) - **Redis Monitor** (Real-time stats) ## Key Features ✅ Auto-scaling workers (1-10 based on queue load) ✅ High-throughput (100+ executions/hour) ✅ Chromium included (browser automation) ✅ Minimal downtime (rolling updates) ✅ Pre-built images (GitHub Container Registry) ## Requirements - Docker & Docker Compose - 2GB+ RAM (4GB recommended) - 10GB+ disk space ## Quick Start ```bash git clone https://github.com/Clevermation/n8n-queue-mode.git cd n8n-queue-mode cp .env.example .env # Edit .env with secure keys docker-compose up -d # Access: http://localhost:5678 ``` ### Will you send a PR to implement it? Yes
GiteaMirror added the template label 2025-11-22 20:31:00 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#135