Greg Lindstrom

Results 5 comments of Greg Lindstrom

I see now that ray.actor.ActorClass.options has "get_if_exists" parameter which makes this potential bug a non-issue: ```python actor1 = TestActor.options(name=name, namespace=namespace, lifetime='detached', get_if_exists=True).remote() ``` Ideally this parameter is added to the...

Interesting. I tried recreating the issue as well now on 2.32.0 and it appears resolved. That being said I've recently run into some sort of race condition bug where get_if_exists=True...

@prithvi081099 It caught my attention in your post the code snippet is from version 2.10.0 and I found the bug on version 2.10.0. I found the bug still exists but...

Hey I'm very interested in this REP. Could someone update me on the current status?

I'm experiencing the same issue. "Debug File (Ctrl+F5)" ignores all working directory settings. I have a local module and when I try to debug the module the working directory immediately...