-
Notifications
You must be signed in to change notification settings - Fork 39
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
Crash groups in bins #521
Crash groups in bins #521
Conversation
…, but it's spec is not ready yet
…ile specs are processed
fc820bf
to
515984d
Compare
515984d
to
ad72e26
Compare
lib/membrane/children_spec.ex
Outdated
@@ -318,7 +318,7 @@ defmodule Membrane.ChildrenSpec do | |||
|
|||
@type children_spec_options :: [ | |||
group: Child.group(), | |||
crash_group_mode: Membrane.CrashGroup.mode() | nil, | |||
crash_group_mode: Membrane.CrashGroup.mode(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
crash_group_mode: Membrane.CrashGroup.mode(), | |
crash_group_mode: :temporary | nil, |
and we can remove Membrane.CrashGroup
altogether.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is used in 2 other places as well, so I can remove this CrashGroup
module and move typespec to the another file, but I would still have a typespec describing :temporary | nil
1902fde
to
1266f2d
Compare
…nore :child_pad_removed from terminating children
1266f2d
to
3357e8e
Compare
lib/membrane/core/pipeline/zombie.ex
Outdated
Membrane.Pipeline.behaviour_info(:callbacks) | ||
Membrane.Bin.behaviour_info(:callbacks) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
Related Jira ticket: https://membraneframework.atlassian.net/browse/MC-143