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

Unload Workflow during Actor Garbage Collection (GC) #1

Open
cjrosa opened this issue Apr 25, 2017 · 0 comments
Open

Unload Workflow during Actor Garbage Collection (GC) #1

cjrosa opened this issue Apr 25, 2017 · 0 comments

Comments

@cjrosa
Copy link

cjrosa commented Apr 25, 2017

InvokeWithTimer() is throwing an ObjectDisposedException when called as part of the Actor GC process. More specifically, UnloadWorkflow's await InvokeAndPump(workflow.UnloadAsync) seems to be causing a series of Async/Pumped operations that result in the aforementioned exception.

I adjusted the Actor's ActorGarbageCollectionSettings setting to 10/2 (scan/idle) with the sample WF adjusted to while(true)/Delay(1 min)/Invoke()

@cjrosa cjrosa changed the title Unload Workflow during Actor GC Unload Workflow during Actor Garbage Collection (GC) Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant