Skip to content

Instantly share code, notes, and snippets.

@mrbrdo
Created October 25, 2013 21:19
Show Gist options
  • Save mrbrdo/7162006 to your computer and use it in GitHub Desktop.
Save mrbrdo/7162006 to your computer and use it in GitHub Desktop.
- root supervisor finalizer called (this one calls terminate on other actors)
- other actors finalizers called
- last of the other actors finalizer START
WARN -- Terminating task: type=:timer, meta=nil, status=:callwait
- root supervisor finalizer called again (??)
WARN -- Terminating task: type=:finalizer, meta={:method_name=>:on_terminate}, status=:callwait
- last of the other actors finalizer END
- root supervisor finalizer called yet again (?)
- (getting output from some of the workers from the worker pool, kinda weird but may be my bad somehow)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment