Skip to content
Snippets Groups Projects
Commit d591b0de authored by Steven Murray's avatar Steven Murray
Browse files

Replaced the configuration of the asynchronous...

Replaced the configuration of the asynchronous sys.workflow.closew.retrieve_written event with the synchronous one, i.e. sys.workflow.sync::closew.retrieve_written
parent 4bda5878
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,6 @@ eos attr set sys.workflow.sync::closew.default="proto" ${PREPROD_DIR}
eos attr set sys.workflow.sync::archived.default="proto" ${PREPROD_DIR}
eos attr set sys.workflow.sync::archive_failed.default="proto" ${PREPROD_DIR}
eos attr set sys.workflow.sync::prepare.default="proto" ${PREPROD_DIR}
eos attr set sys.workflow.closew.retrieve_written="proto" ${PREPROD_DIR}
eos attr set sys.workflow.sync::closew.retrieve_written="proto" ${PREPROD_DIR}
eos attr set sys.workflow.sync::retrieve_failed.default="proto" ${PREPROD_DIR}
eos attr set sys.workflow.sync::delete.default="proto" ${PREPROD_DIR}
......@@ -331,7 +331,7 @@ CTA_ENDPOINT=ctafrontend:10955
echo "Setting workflows in namespace ${instance} pod ctaeos:"
CTA_WF_DIR=/eos/${EOSINSTANCE}/proc/cta/workflow
for WORKFLOW in sync::create.default sync::closew.default sync::archived.default sync::archive_failed.default sync::prepare.default closew.retrieve_written sync::retrieve_failed.default sync::delete.default
for WORKFLOW in sync::create.default sync::closew.default sync::archived.default sync::archive_failed.default sync::prepare.default sync::closew.retrieve_written sync::retrieve_failed.default sync::delete.default
do
echo "eos attr set sys.workflow.${WORKFLOW}=\"proto\" ${CTA_WF_DIR}"
kubectl --namespace=${instance} exec ctaeos -- bash -c "eos attr set sys.workflow.${WORKFLOW}=\"proto\" ${CTA_WF_DIR}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment