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
Agreed. The challenge here is that preemptable appwrappers right now are a simple function of priority. As a result, we can compute the preemptable appwrappers once for all pending appwwappers at the same priority level. With quotas, preemptable appwrappers become dependent of the candidate appwrapper for dispatch. So this computation is much more expensive. We'll have to see how much and this may make some form caching necessary if possible.
We need the ability to preempt AWs given a list of AWs by other libraries like the quota management system
The text was updated successfully, but these errors were encountered: