Hey guys, wanted to check the behvaior - we are trying to use the pipeline in embedded cluster to exec commands in batch mode - what would happen if the pipe.exec command is already fired but we keep adding more commands to it in parallel? So lets say if the command count is 50, we run the exec command, but as we are already having more requests, they are again added to the pipeline, will this result in discard of events? If yes - is creating a new pipeline the only way?