Webhook automate flow frequency

Just like any other automate flow, once a webhook is triggered, and actons taken, the webhook flow ends.

if i want to keep it alive for future webhook requests, i have to schedule it, fastest possible schedule right now is 1 min.

say I have a trading view webhook, which pass ticker as input, and I want to buy the ticker with the specified lots.

my trading view systems, scan multiple tickers and ale the webhook call when my condition s are met.

so at 12:05:07 PM ticker 1 met the condition.. and webhook was called to buy ticker 1
at 12:05 :35 PM (or at 12:05:07 PM), ticker 2 met condition and webhook was called to buy ticker 2 then the 2nd call fails. ( becuase automate is closed after first run and restarts only after 1 minute. i.e. at 12:06)

I request specifically for webhook triggers please allow always on…
so that it can process multiple same webhook call with different payload simultaneously. ( or coming within a minute)