Skip to content
Snippets Groups Projects
Commit 05fa564b authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #7352: Create the queues that the pipeline actually requires (all queues...

Task #7352: Create the queues that the pipeline actually requires (all queues on the master node, none on the slave nodes)
parent 2eeee37e
No related branches found
No related tags found
No related merge requests found
...@@ -154,12 +154,8 @@ sed -i $"s|output_path2_placeholder|$WORKING_DIR/output_data|g" $"$WORKING_DIR/ ...@@ -154,12 +154,8 @@ sed -i $"s|output_path2_placeholder|$WORKING_DIR/output_data|g" $"$WORKING_DIR/
# setup the qpid environment (is a no-op if qpid is not installed) # setup the qpid environment (is a no-op if qpid is not installed)
source $WORKSPACE/bin/MessageFuncs.sh source $WORKSPACE/bin/MessageFuncs.sh
create_queue lofar.task.feedback.state create_queue lofar.task.feedback.state
create_queue $HOST1:lofar.task.feedback.dataproducts create_queue lofar.task.feedback.dataproducts
create_queue $HOST1:lofar.task.feedback.processing create_queue lofar.task.feedback.processing
if [ $SECONDHOST == true ]; then
create_queue $HOST2:lofar.task.feedback.dataproducts
create_queue $HOST2:lofar.task.feedback.processing
fi
# ********************************************************************* # *********************************************************************
# 5) Run the pipeline # 5) Run the pipeline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment