Yeah, if you're using the same
meltano run
command, you'll indeed see an error with a message like:
Another '...' pipeline is already running
If that's not the desired behavior and you want to run multiple iterations of the pipeline, perhaps with different configurations, you should consider using the
--state-id-suffix
option to differentiate the two runs, or the
--force
to ignore the restriction and proceed with the pipeline:
https://docs.meltano.com/reference/command-line-interface/#parameters-3