Hi, how quickly you can fire ArgoEvents? We are ru...
# ask-metaflow
f
Hi, how quickly you can fire ArgoEvents? We are running a for loop and sending 100 of argo events. We suspect not all of them are triggering flow. Is there some kind of time interval that should exist when firing events?
1
a
you should be able to see those events in the sensor logs. happy to jump on a quick call if that's helpful.
f
Just saw the sensor pod restarted few times because it's getting OOMKilled
How do you assign more resources to sensor pods?
I would guess these charts should expose the resource inside variables.yaml https://github.com/outerbounds/metaflow-tools/tree/master/common/terraform/argo_events/argo-events-helper-chart
Created an issue I can probably open a fix.
👍🏼 1
a
we can make the sensor pod resources configurable, so that you can specify a higher value depending on your use case
2