You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add requests and limits to the grading pods launched, to avoid launching pods when no resources are available and exhausting the cluster resources.
Suggestions:
Good - add requests and limits based on cluster node sizes and average requirements of units Better - set unit requests and limits and pull from these so we can easily manage units like BLU09 Perfect - set up an autoscaling group that can scale nodes so that when we have a lot of queued grading we can flush it
Current status
Pods are launched from this line and the requests and limits are commented out:
Description
We should add requests and limits to the grading pods launched, to avoid launching pods when no resources are available and exhausting the cluster resources.
Suggestions:
Good - add requests and limits based on cluster node sizes and average requirements of units
Better - set unit requests and limits and pull from these so we can easily manage units like BLU09
Perfect - set up an autoscaling group that can scale nodes so that when we have a lot of queued grading we can flush it
Current status
Pods are launched from this line and the requests and limits are commented out:
portal/portal/grading/services.py
Line 84 in a84805f
The text was updated successfully, but these errors were encountered: