Skip to content

Commit 7221d6f

Browse files
shayne-fletchermeta-codesync[bot]
authored andcommitted
fix bad merge on master
Summary: a land race broke the build. this unbreaks it. e.g. https://github.com/meta-pytorch/monarch/actions/runs/18395814024/job/52415081024?fbclid=IwY2xjawNVc1lleHRuA2FlbQIxMQBicmlkETF6NEVEYjFJYkd2TllBN0Z1AR6M9_nr0nZHZkhPEGCEN78p5vksKkAo4l3NTVipFZg7eRVyiTlURMebon7Dsw_aem_ARCzhbyLDhs42dlnUovZsg Reviewed By: samlurye Differential Revision: D84323033 fbshipit-source-id: a57fefa38e40dc66a631a738c475ed852ee733c2
1 parent ef62460 commit 7221d6f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hyperactor_mesh/src/v1/proc_mesh.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ declare_attrs! {
7878
})
7979
pub attr ACTOR_SPAWN_MAX_IDLE: Duration = Duration::from_secs(30);
8080

81-
@meta(CONFIG_ENV_VAR = "HYPERACTOR_MESH_GET_ACTOR_STATE_MAX_IDLE".to_string())
81+
@meta(CONFIG = ConfigAttr {
82+
env_name: Some("HYPERACTOR_MESH_GET_ACTOR_STATE_MAX_IDLE".to_string()),
83+
py_name: None,
84+
})
8285
pub attr GET_ACTOR_STATE_MAX_IDLE: Duration = Duration::from_secs(30);
8386
}
8487

0 commit comments

Comments
 (0)