You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In actor initialization, I want to spawn an async background routine that has the ability to call ray.actor.exit_actor(); however, that API doesn't seem to actually work -
>>> AsyncActor.remote()
2024-12-26 14:20:31,392 INFO worker.py:1743 -- Started a local Ray instance. View the dashboard at 127.0.0.1:8265
Actor(AsyncActor, e6db65d56c5f1e1f1122d91301000000)
>>> (AsyncActor pid=2151093) Exiting actor
The actor stays alive (according to Ray dashboard) instead of exiting as I would expect.
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered:
shomilj
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Dec 26, 2024
What happened + What you expected to happen
In actor initialization, I want to spawn an async background routine that has the ability to call
ray.actor.exit_actor()
; however, that API doesn't seem to actually work -The actor stays alive (according to Ray dashboard) instead of exiting as I would expect.
Versions / Dependencies
Ray 2.40.0
Reproduction script
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: