1,856 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
90
views
Ray: Resource request cannot be scheduled — using offline data and enabled the RL module
I tried training a BC algorithm using offline data and enabled the RL module in the algorithm configuration. I ran the code on Google Colab, which only provides 2 CPUs, and encountered the following ...
-2
votes
2
answers
70
views
Unable to Access Web Server via Load Balancer in Auto Scaling Group (but direct EC2 access works) [closed]
I am currently learning AWS. I created an EC2 instance and set up a web server on it. Then I created a template from that instance and successfully launched another EC2 instance from the template — I ...
0
votes
0
answers
64
views
Spring Boot authentication token and autoscaling
For a BFF we use tokens to communicate to the backend. We also use MongoDB to save the sessions to the database to enable multiple clusters.
I'm trying to enable autoscaling, but unfortunately I don't ...
0
votes
0
answers
45
views
How can I distribute work more evenly across Azure Function servers using the Consumption Plan?
I'm using an Azure Function on the Consumption Plan. I'm also using a BLOB trigger and have added several thousand blobs to a container. Each operation of the Azure Function typically takes between 2 ...
0
votes
2
answers
152
views
Scaling down unexpectedly after 15 minutes with api-metrics trigger of KEDA on GKE
I'm running KEDA v2.17 on Google Kubernetes Engine (GKE) Autopilot, and I've observed that my deployment scales down to 1 replica after about 15 minutes, even though my API consistently returns a ...
0
votes
0
answers
26
views
Understanding when EMQX horizontal scaling reduces span duration (process_message, send_publish_message)
I am tracing an EMQX broker and have identified two primary span types: process_message and send_publish_message.
I would like to understand under what circumstances horizontally scaling EMQX (adding ...
0
votes
0
answers
60
views
High Memory Usage (96%) in AWS Elastic Beanstalk – How to Optimize Auto Scaling Policy?
High Memory Usage (96%) in AWS Elastic Beanstalk – How to Optimize Auto Scaling Policy?
I am running an AWS Elastic Beanstalk environment with the following Auto Scaling configuration:
Current Auto ...
0
votes
1
answer
1k
views
Why doesn't Container Apps scale down with scale rule in place (scale up works)?
I've configured a ContainerApp with an auto scale rule in place based on the Azure Service Bus Topics. The up scaling of the ContainerApp works properly. However, it does not scale down. Any idea what ...
0
votes
1
answer
677
views
Container Apps scale rule based on Azure Service Bus Topics?
I'm looking for a way to auto scale a Container App based on the amount of messages in the Azure Service Bus Topic, is that possible? I can only find examples based on queues, but not topics.
Also I'...
0
votes
1
answer
130
views
How to create an Alert Rule for Scale Up/Down in Azure Application Gateway Autoscale?
I am trying to create an alert rule for my Azure Application Gateway instance that triggers when the instance scales up or scales down in autoscale. My current configuration sets the minimum instance ...
0
votes
1
answer
126
views
Vertex AI custom containers on online endpoints receiving sigterm when still predicting
I'm using Vertex AI's online predictions endpoint for custom container. I have it set to max replicas 4 and min replicas 1 (vertex online endpoints have min 1 anyways). Now my workload's inference is ...
-2
votes
1
answer
94
views
how do i fix or create auto scaling in my android studio app
i am currently working on a android studio Kotlin project where i faced some problems about the scaling. i have tried my app on different devices (particularly s21 ultra and s23). on the s21 it looks ...
0
votes
1
answer
77
views
When an azure function app instance is about to be scaled down does it wait for the running process to complete?
We have an azure function app which has multiple instances, we noticed an issue where a service bus triggered function app mostly terminated its execution on instance A and restarted on instance B (...
-1
votes
2
answers
467
views
How-to auto-scale Azure SQL Databases without downtime [closed]
I am trying to azure auto-scaling from my SQL DB app in Azure portal so that allow it to increase to 300 DTUs when CPU utilization get high and then automatically scale back down to 20. please help ...
0
votes
1
answer
482
views
Kubernetes Pods restarting instead of scaling while performing performance execution
I am performing a performance test on a microservice application built in .NET 8.0, and we have recently encountered an issue. When I set a CPU limit on our pods, they begin to restart as soon as the ...