rapid-artist-48509
03/25/2025, 9:51 PMrapid-artist-48509
03/26/2025, 7:32 PMmap_task
that there are tasks in a queued
state until they runaverage-finland-92144
03/27/2025, 3:56 PMqueued
state may refer to propeller's own queue and not the underlying K8s scheduleraverage-finland-92144
03/27/2025, 3:59 PMrapid-artist-48509
03/27/2025, 6:34 PMtask_resources.limits.cpu
of 5. Then I launch 10 workflows... doesn't that mean that some of the workflows / tasks should be queued by the Flyte Propeller then? I'm using single binary deployment-- does the Propeller workflow queueing still work here, or does it need the non-single-binary deployment? Maybe I need to double-check my domain/project limits... I can totally believe if the limits are actually very high (unlimited) then Propeller is just gonna throw everything at K8s and let K8s figure it out.average-finland-92144
03/27/2025, 9:45 PMqueued
, it's because it's in the propeller queue, once it's dispatched to K8s the phase is considered to be Running
Notice that queued
is not a Kubernetes Pod phase, so once it leaves the propeller queue it's up to the K8s scheduler to accomodate the resources so the Pods get to completion. If any error arises, the execution goes back to the queue but Pending
due to resources constraints is not a trigger there. I hope this is somewhat clear to yourapid-artist-48509
03/31/2025, 10:39 PMrapid-artist-48509
03/31/2025, 10:40 PMrapid-artist-48509
03/31/2025, 10:46 PMaverage-finland-92144
03/31/2025, 10:46 PMbulky-gold-93144
04/01/2025, 12:16 AMrapid-artist-48509
04/01/2025, 4:13 PM