Skip to content

Add an option to the reply command to execlude uploading of G_event belonginig to a give pipeline

Actually the replay command replays all the uploaded events regardless of the pipeline that it is participating to the S-evets

$ meg replay 1262304000 1265760000 --source production --target test --group Test 

Add an option to provide the list of pipeline that should be replayed

$ meg replay 1391712000 1395168000 \
   --source production --target test \
   --original-search  \
   --pipelines "gstlal,pycbc"

Not providing the option will mean that all the participating pipelines will be replayed.