Preserve Heroku session affinity when scaling up
According to the Heroku documentation when session affinity is turned on and number of Dynos (nodes) scales up the existing traffic is evenly distributed to the new Dynos.
This has affect that client of 'old' Dynos are assigned to the Dynos they have not communicated before. This is unavoidable when scaling down but is not be necessary when scaling up.
Is there a possiblity to prevent Heroku load balancer from assigning existing sessions to the new Dynos and rather keeping them with the original ones ?
链接地址: http://www.djcxy.com/p/52612.html上一篇: Heroku应用程序经常崩溃
下一篇: 放大时保留Heroku会话亲和力