flow-pie/chamaa.api

Auto-scaling and worker management

Open

#80 opened on Nov 9, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)HTML (4 forks)auto 404
good first issue

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

Setup auto-scaling and worker management for handling variable load.

Requirements:

  • Configure horizontal Pod autoscaling (HPA) for Kubernetes
  • Implement custom metrics for scaling decisions
  • Setup worker scaling for background jobs (RabbitMQ workers)
  • Configure scale-up and scale-down policies
  • Add monitoring for scaling events
  • Test scaling under load

Deliverables:

  • HPA configuration for API and workers
  • Custom metric definitions
  • Scaling policies and thresholds
  • Monitoring and alerting for scaling events
  • Documentation for scaling configuration
  • Load testing to verify scaling behavior

Contributor guide