daniel
03/08/2024, 9:30 PMmeltano command)? Both commands are sharing the same backend database. Would the second job fail to start because there is an existing pipeline running?visch
03/08/2024, 9:42 PMvisch
03/08/2024, 9:42 PMEdgar Ramírez (Arch.dev)
03/08/2024, 11:33 PMmeltano 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