Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaling Temporal Workers #6805

Open
jahnavisana2812 opened this issue Nov 13, 2024 · 0 comments
Open

Scaling Temporal Workers #6805

jahnavisana2812 opened this issue Nov 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jahnavisana2812
Copy link

I’d like to monitor Temporal metrics and automatically scale my Temporal workers based on the number of workflows in the task queue. My goal is to increase the number of workers if the queue has a high number of workflows waiting to be processed and to scale down if there are fewer workflows in the queue. However, I haven’t found a direct metric that specifically tracks the number of pending tasks in the queue for workers to pick up. Given this, what alternative methods are suggested to scale workers up and down based on task queue load?

@jahnavisana2812 jahnavisana2812 added the enhancement New feature or request label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant