You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new version of neo-cli released in master branch is unstable.
The autoheal controler is constantly ordering to restart neo-cli container.
To Reproduce
Run neo-local and watch with: watch -n.5 "docker-compose ps"
After some time we can see that the container gets unhealthy and then it's restarted.
This happens too fast to be noticed. But it's not a correct behavior.
Expected Behavior
neo-cli container in a stable status: Healthy
The text was updated successfully, but these errors were encountered:
Summary
The new version of neo-cli released in master branch is unstable.
The autoheal controler is constantly ordering to restart neo-cli container.
To Reproduce
Run neo-local and watch with:
watch -n.5 "docker-compose ps"
After some time we can see that the container gets unhealthy and then it's restarted.
This happens too fast to be noticed. But it's not a correct behavior.
Expected Behavior
neo-cli container in a stable status: Healthy
The text was updated successfully, but these errors were encountered: