Skip to content

Instantly share code, notes, and snippets.

@ndzj081221130
Created February 12, 2014 02:09
Show Gist options
  • Save ndzj081221130/8948695 to your computer and use it in GitHub Desktop.
Save ndzj081221130/8948695 to your computer and use it in GitHub Desktop.
health
如果将url的health check取消
会因为link()将app改为Crashed?
1 droplet.warden.link.completed
2 droplet.instance.uptime
在部署成功后
dea会去执行link---promise_link向指定的handle_id进行link
link2次?
setup_link
修改dea源码,用于测试
1 注释掉872行,让绑定url的应用也不检查health。或者部署不带url的应用
2 注释掉instance.rb第786行。instance-handle不会删除
发现应用没有运行?
java进程被kill。
与xmx,xms,xss应该无关,否则应该有stackoverflow之类的错误
——
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment