task-execution-schemas icon indicating copy to clipboard operation
task-execution-schemas copied to clipboard

Resource requests should be at executor level.

Open claymcleod opened this issue 5 months ago • 2 comments

It seems strange that resource requests are specified at a task level instead of a executor level where images are actually specified. The lack of flexibility surrounding resource allocation at this level greatly inhibits one of the major potential benefits (the biggest potential benefit?) that the executors abstraction provides—you can't save on resources for commands that don't require a huge amount of CPU/RAM/disk.

claymcleod avatar Sep 10 '24 19:09 claymcleod