From b69412af364ee6c759a6f826591813b86a8d54ed Mon Sep 17 00:00:00 2001 From: David Derler <55094821+derlerd-dfinity@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:21:16 +0100 Subject: [PATCH] Update stellarator milestone (#3709) --- roadmap/roadmap.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/roadmap/roadmap.json b/roadmap/roadmap.json index 505b4d79fd..31415dd073 100644 --- a/roadmap/roadmap.json +++ b/roadmap/roadmap.json @@ -62,7 +62,7 @@ "proposal": "", "docs": "", "eta": "Q2 2024", - "status": "in_progress", + "status": "deployed", "is_community": false, "in_beta": false, "milestone_id": "Stellarator" @@ -86,7 +86,7 @@ "proposal": "", "docs": "", "eta": "", - "status": "in_progress", + "status": "deployed", "is_community": false, "in_beta": false, "milestone_id": "Stellarator", @@ -116,18 +116,6 @@ "in_beta": false, "milestone_id": "Stellarator" }, - { - "title": "Asynchronous Checkpointing", - "overview": "Replicas currently persist the replicated state to disk every couple hundreds of rounds in a process called checkpointing. Currently some parts of checkpointing are done synchronously, which leads to drops in the execution rate in the checkpointing rounds and users have to wait longer for their responses during these rounds. The goal of this feature is to make more checkpointing steps run asynchronously in the background to make the IC's performance more consistent and predictable.", - "forum": "", - "proposal": "", - "docs": "", - "eta": "", - "status": "in_progress", - "is_community": false, - "in_beta": false, - "milestone_id": "Stellarator" - } ] }, { @@ -990,6 +978,18 @@ "docs": "", "is_community": false, "in_beta": false + }, + { + "title": "Asynchronous Checkpointing", + "overview": "Replicas currently persist the replicated state to disk every couple hundreds of rounds in a process called checkpointing. Currently some parts of checkpointing are done synchronously, which leads to drops in the execution rate in the checkpointing rounds and users have to wait longer for their responses during these rounds. The goal of this feature is to make more checkpointing steps run asynchronously in the background to make the IC's performance more consistent and predictable.", + "forum": "", + "proposal": "", + "docs": "", + "eta": "", + "status": "in_progress", + "is_community": false, + "in_beta": false, + "milestone_id": "Stellarator" } ] } @@ -4210,4 +4210,4 @@ } ] } -] \ No newline at end of file +]