hi there, exploring work pools in ECS and weighing the tradeoffs between push and poll. a few questions:
• is push considered experimental? i've noticed some outage concerns in channels so want to understand if it's a "use at your own risk" situation
• is there considerable performance differences people have noticed with not having a continuously running worker to poll scheduled events? mostly curious if there's a reasonable run frequency threshold before considering deploying a flow as to poll.
• are there any downsides people have seen to using push over poll? for example are there downsides/limitations to retries?
unrelated to work pools, one question around events/automations
• is it possible to create custom event types - the goal being to trigger workflows based on event conditions.
◦ ex. Flow A runs and completes. Maybe based on some value of the run, I would emit Event 1. A downstream workflow would be configured to run based on Event 1. I'm guessing this is done through Webhooks.
thank you