Larry

Results 11 comments of Larry

> Are there any updates or potential timelines for this issue? I am currently busy with some urgent things, it may take a while to locate this problem. If this...

> Thank you for your response. As described in the initial [issue](https://discuss.ray.io/t/new-placement-groups-not-being-created-after-initial-round/7314), I am able to work around the issue by merging sequential tasks together and using node_strategy. That said,...

cc @rkooo567 @scv119 Then I'll take a look at this issue first before this weekend. If there is no result next week you can assign it to someone else.

![image](https://user-images.githubusercontent.com/11072802/195764336-d2e1bccc-ff86-4ac5-9517-57ab0d402a1f.png) The problem is here. After this change it is solved. I will mention PR and supplementary test cases in the past two days.

@jjyao There are too many nested `[]\{}` in this new scheme API. I think it is too complicated and will make it difficult for users to use. **1. for the...

@jjyao I support plan 1 now. I have organized the new format of API and updated it in the ISSUE summary. ![image](https://github.com/ray-project/ray/assets/11072802/f043697c-5295-49d1-897a-8af98d2180d8)

There is an error in your example above. The following is correct. You can use the following。 ``` ray start --head --resources='{"CustomResource3": 1, "CustomResource2": 2}' ``` ![image](https://github.com/ray-project/ray/assets/11072802/5c434273-cdb8-4224-9bc2-760dd5292a1d)

1. There is an extra `}` in this error message and we will fix it. 2. You try to remove the space in the middle. ![image](https://github.com/ray-project/ray/assets/11072802/36793994-a99f-4bce-bad3-4776e3c85fcf)

I will try to find a Windows environment and use PowerShell to reproduce the issue you encountered. This will take a few days to complete.