Hello, I’m running metaflow through AWS batch, do you know how I can get the vcpu count from within my step if I restrict it through the resource decorator? e.g. if I use os.cpu_count() within my step I get the machine cpu count instead of what was restricted by the resource decorator. also when I try to read
/sys/fs/cgroup/cpu,cpuacct/cpu.cfs_quota_us
I get -1.