Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ray Core] Actor On Finish Function #46258

Open
karansampath opened this issue Jun 25, 2024 · 0 comments
Open

[Ray Core] Actor On Finish Function #46258

karansampath opened this issue Jun 25, 2024 · 0 comments
Labels
enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component)

Comments

@karansampath
Copy link

Description

It would be useful to specify actions to be taken on finishing an actor's process, a finish function that acts as the companion to the __init__ function. This would allow for specification of 'how to die', which would be immensely useful.

Use case

This feature would allow actors to gracefully end, so that any remaining data and information contained within it is not lost and can be used to start off processes afterward, therefore allowing for more complex orchestration.

@karansampath karansampath added enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for new feature and/or capability triage Needs triage (eg: priority, bug/not-bug, and owning component)
Projects
None yet
Development

No branches or pull requests

1 participant