File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -740,14 +740,16 @@ impl super::Nexus {
740
740
741
741
// We've potentially updated the list of DNS servers and the DNS
742
742
// configuration for both internal and external DNS, plus the Silo
743
- // certificates. Activate the relevant background tasks.
743
+ // certificates and target blueprint. Activate the relevant background
744
+ // tasks.
744
745
for task in & [
745
746
& self . background_tasks . task_internal_dns_config ,
746
747
& self . background_tasks . task_internal_dns_servers ,
747
748
& self . background_tasks . task_external_dns_config ,
748
749
& self . background_tasks . task_external_dns_servers ,
749
750
& self . background_tasks . task_external_endpoints ,
750
751
& self . background_tasks . task_inventory_collection ,
752
+ & self . background_tasks . task_blueprint_loader ,
751
753
] {
752
754
self . background_tasks . activate ( task) ;
753
755
}
You can’t perform that action at this time.
0 commit comments