You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/06 18:21:38 UTC

[GitHub] [airflow] subkanthi commented on issue #20632: Add priorityClassName support

subkanthi commented on issue #20632:
URL: https://github.com/apache/airflow/issues/20632#issuecomment-1006813005


   I can take on this, thoughts on the priorityClasses would be useful.
   Simple proposal would be to define 3 priority classes(high, medium, low) and then assign it to different deployments. Maybe airflow-migration takes high priority.
   
   
   ```apiVersion: scheduling.k8s.io/v1
   kind: PriorityClass
   metadata:
     name: high-priority-nonpreempting
   value: 1000000
   preemptionPolicy: Never
   globalDefault: false
   description: "This priority class will not cause other pods to be preempted."```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org