-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Utilizing CancellationTokens in Orleans #1516
Labels
Comments
As I see this:
|
Resolved via #1599. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following Gitter discussion, making use of CancellationToken to cancel tasks could be useful. This issue is for more specific discussion. The motivation of this feature conserving system resources and simplifying both Orleans and application code.
The use cases can be divided into three categories:
1.
could start an action that results in Orleans system operation such as grain persistence operations, streaming or the planned event storage. In this situation there is storage dependent technical timeout and possibly a user defined cancellation token linked to this.Questions:
CancellationToken
automatically or should it be user defined?The text was updated successfully, but these errors were encountered: