Jason Parraga

Results 10 issues of Jason Parraga

This pull request fixes a potential row resource leak that can occur since `rows` can be reassigned during the loop but only closed once by `defer rows.Close()`

This pull request cleans up some things in the scheduler * Unused variables/constants * Unused args * bools that are always true * Unused methods Overall makes the code cleaner/easier...

The [documentation](https://armadaproject.io/priority.html) says there is > Armada allows configuration of priorityHalftime which influences how quickly queue priority approaches resource usage. I am not able to find "priorityHalftime" anywhere in the...

#### What type of PR is this? New feature #### What this PR does / why we need it: This pull request add support for native Armada Preemption Retry Handling....

This pull request removes the default configuration which adds a priority class name override. This configuration is puzzling to me since there is already a default priority class name set....

**Is your feature request related to a problem? Please describe.** Armada has support for urgency and fair share based preemption which is a useful feature for prioritizing important workloads and...

**Describe the bug** We do reporting on jobs & job runs and sometimes the timestamps can appear out of order which corrupts some of the calculations we make. It appears...

#### What type of PR is this? Bug fix #### What this PR does / why we need it: This pull request updates armada to respect node limits. Without this...

**Describe the bug** We are seeing issues where the scheduler is scheduling pods to nodes that have cpu/memory availability but don't have pod count availability and those pods just sit...

Fixes # #### Special notes for your reviewer: