This is an automated email from the ASF dual-hosted git repository.

manirajv06 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 520bb6dfe3 YUNIKORN-3277: Add new attributes for the queues ask back 
off and quota preemption (#566)
520bb6dfe3 is described below

commit 520bb6dfe38e8bb522ebe4366a783cc1d205a813
Author: mhasnain <[email protected]>
AuthorDate: Mon Aug 3 10:47:35 2026 +0530

    YUNIKORN-3277: Add new attributes for the queues ask back off and quota 
preemption (#566)
    
    Updated the document to display queue ask back off and quota preemption 
settings
    
    Closes: #566
    
    Signed-off-by: Manikandan R <[email protected]>
---
 docs/api/scheduler.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/docs/api/scheduler.md b/docs/api/scheduler.md
index 07fc307611..d372728086 100644
--- a/docs/api/scheduler.md
+++ b/docs/api/scheduler.md
@@ -288,7 +288,10 @@ For the default queue hierarchy (only `root.default` leaf 
queue exists) a simila
                 "isPreemptionFence": true,
                 "preemptionDelay": "30s",
                 "isPriorityFence": true,
-                "priorityOffset": 3
+                "priorityOffset": 3,
+                "isQuotaPreemptionRunning": false,
+                "unschedAskBackoff": 12,
+                "askBackoffDelay": "30s"
             }
         ],
         "absUsedCapacity": {
@@ -373,7 +376,11 @@ If the query parameter `subtree` is not set, the queue's 
children will not be re
     "isPreemptionFence": true,
     "preemptionDelay": "30s",
     "isPriorityFence": true,
-    "priorityOffset": 3
+    "priorityOffset": 3,
+    "isQuotaPreemptionRunning": true,
+    "quotaPreemptionStartTime": 1649167576110754000,
+    "unschedAskBackoff": 12,
+    "askBackoffDelay": "30s"
 }
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to