TaskWorker autoscaling using Kubernetes HPA. https://github.com/GraflowAI/graflow/blob/main/docs/scaling/kubernetes_autoscaling.md Provide REST API for disired_workers and queue_depth. ``` desired_workers = ceil(queue_depth / tasks_per_worker) ```
TaskWorker autoscaling using Kubernetes HPA.
https://github.com/GraflowAI/graflow/blob/main/docs/scaling/kubernetes_autoscaling.md
Provide REST API for disired_workers and queue_depth.