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 +]