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

Double supervision #60

Open
michalmuskala opened this issue Nov 19, 2016 · 1 comment
Open

Double supervision #60

michalmuskala opened this issue Nov 19, 2016 · 1 comment
Projects
Milestone

Comments

@michalmuskala
Copy link

There exists a subtle issue with Hedwig robot's because of how they are started.

The start_link function will start the robot under hedwig's supervisor. At the same time it's recommended to put the robot in the user's supervision tree. This causes the robot process to be supervised by two supervisors, which can lead to errors during code upgrade. There are no errors when the robot is restarted, only because it's running as a transient process under the hedwig supervisor.

The appropriate fix would be to not attach the process under the hedwig supervisor and leave the supervision to the user's application.

@scrogson
Copy link
Member

Hey @michalmuskala, thanks for catching that. I'll work on fixing it.

@scrogson scrogson added this to the v2.0.0 milestone Aug 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
2.0.0
In Progress
Development

No branches or pull requests

2 participants