benjaminpetit on main
Enable test suites for most dep… (compare)
Hello Orleans community!
I was trying to implement graceful shutdown for grains when shutting down silo
I was not able to find any description of what the procedure of graceful silo shutdown is and how one can implement graceful shutdown/cancelation for activated/running grains.
Most likely I have missed it. Could somebody point me to where I can find the information on:
Thank you!
HostOptions.ShutdownTimeout
when using the .NET Generic Host), then it stops waiting and promptly terminates
this.GetStreamProvider(..).GetStream<T>(id, namespace)
from within a grain, but you could as well use IClusterClient.GetStreamProvider(..).GetStream(id, namespace)
. What is it that defines that the stream is coupled to the grain, because it seems like the two options does more or less the same thing, but the second doesn't necessarily seemed tied to the grain (if it's not done through the streamId). Please advice me.