connor_flynn
02/07/2022, 6:04 PMconnor_flynn
02/07/2022, 6:04 PMaaronsteers
02/07/2022, 11:45 PMIt's several days behind and we are urgently trying to backfill it.
We've tried to :
1. Run ps aux to find the PIDs associated with the problematic pipeline and kill the PIDs
2. Run pgrep -f <pipeline_name> to output the PIDs for the pipeline and then run a kill command
3. Reset the UI
#1 or #2 has always worked in the past, but neither are outputting the associated PID(s).
Are there other ways to kill a pipeline that I'm not think of?
aaronsteers
02/07/2022, 11:45 PMDo you have access to any logs, like the meltano elt log file or meltano output, that you can share ?
If you're not see'ing any pid's i'd venture its possible that its crashed or the like.
aaronsteers
02/07/2022, 11:47 PMconnor_flynn
02/08/2022, 12:01 AMjo_pearson
02/08/2022, 12:08 AMaaronsteers
02/08/2022, 12:17 AMaaronsteers
02/08/2022, 12:19 AM• Aflag can be passed to force a new run even when a pipeline with the same Job ID is already running, which would result in an error otherwise.--force
jo_pearson
02/08/2022, 3:00 AM