hi Outerbounds team, had an interesting question f...
# ask-metaflow
b
hi Outerbounds team, had an interesting question from my team, is there any way to limit the # of runs over a time window from the same user or the same flow in batch or kubernetes backend?
1
s
one can set up policies on top of kubernetes to allow that. we have similar semantics on top of your job queues in outerbounds.
b
this would likely need to be on k8s then? I don’t think i found anything obvious for batch limitations
s
yeah, on aws batch - the only option will be to have per user queues
👍 1
thankyou 1
b
we can limit # of jobs running at a time
but if someone inadvertently ran the same job 100 times, we would let them run, just wait in queue if we’re out of resources
more reasons to move towards k8s backend
kubernetes 1