Skip to content

Commit 8d777ac

Browse files
authored
Fix for the expendable proxies (#2103)
1 parent 049ff10 commit 8d777ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/src/InfrastructureGenerator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ void InfrastructureGenerator::generateLocalTaskRemoteProxy(framework::WorkflowSp
580580
dplModelAdaptor());
581581
proxy.labels.emplace_back(taskSpec.localControl == "odc" ? ecs::preserveRawChannelsLabel : ecs::uniqueProxyLabel);
582582
if (!taskSpec.critical) {
583-
workflow.back().labels.emplace_back(framework::DataProcessorLabel{ "expendable" });
583+
proxy.labels.emplace_back(framework::DataProcessorLabel{ "expendable" });
584584
}
585585
// if not in RUNNING, we should drop all the incoming messages, we set the corresponding proxy option.
586586
enableDraining(proxy.options);

0 commit comments

Comments
 (0)