Skip to content

Commit c655e99

Browse files
committed
Fix typo and use clean gif (without weird background)
1 parent ed77963 commit c655e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/blog/Scale-Java-Workloads-On-Kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The result? A combination of unpredictable performance and unnecessary costs. Ve
3434
<figcaption>The impact of using JobRunr Metrics on Kubernetes Cost</figcaption>
3535
</figure>
3636

37-
JobRunr Pro provides provides specialized metrics that can help make smart decisions to automatically spin up or take down Kubernetes pods based on :
37+
JobRunr Pro provides specialized metrics that can help make smart decisions to automatically spin up or take down Kubernetes pods based on:
3838
- [**Workers' usage**](/en/guides/advanced/k8s-autoscaling/#workers-usage): Measures how busy your job-processing workers are. If workers are consistently near full utilization, the system can scale out to avoid slowdowns and ensure jobs are processed without delay.
3939
- [**Job queue latency**](/en/guides/advanced/k8s-autoscaling/#enqueued-jobs-metrics): Tracks how long jobs are waiting in the queue. If jobs are waiting too long before being picked up, it signals that more processing power is needed to clear the backlog.
4040
- [**Scheduled jobs count**](/en/guides/advanced/k8s-autoscaling/#scheduled-jobs-metrics): Looks ahead at how many jobs are about to run in the near future. This allows the system to proactively scale up before those jobs start, preventing queues from building up in the first place.
@@ -50,7 +50,7 @@ By leveraging the new JobRunr metrics API in combination with the KEDA autoscali
5050
- Maintain consistent job processing times even during unexpected traffic spikes
5151

5252
## How It Works in Practice
53-
![](/blog/k8s-background.gif "Real life example where you can see extra pods being spun up and down")
53+
![](/documentation/k8s-autoscaling-servers.gif "Real life example where you can see extra pods being spun up and down")
5454

5555
Let's see this in action with a real example:
5656

0 commit comments

Comments
 (0)