I am running one simple pipeline for some testing purpose. I have created event based trigger and set the concurrency to 1 in pipeline.
Though during runtime if multiple file uploaded to my event based container location then as expected only one pipeline is in progress others are in queue state only. But though the running pipeline is getting finished the other queued pipeline is not starting automatically(it is starting after a long 4minute gap). Please let me know how we can resolve this.