flow-pie/chamaa.api

Auto-scaling and worker management

Open

#80 ouverte le 9 nov. 2025

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)HTML (4 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (3 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur