rust-task-queue 0.1.5

Production-ready Redis task queue with intelligent auto-scaling, Actix Web integration, and enterprise-grade observability for high-performance async Rust applications.
Documentation
1
2
3
4
5
6
7
8
9
10
services:
  app:
    build: .
    command: watchexec -e rs -r cargo run --bin task-worker
    ports:
      - "8000:8000"
    env_file: .env
    volumes:
      - ./:/app