Is this possible? I'm trying to achieve a partial production release whereby, if my app has (say) 6 instances up and running, I could deploy a new version out to only 1 or 2 of them and turn sticky sessions on.
That way, the first time a user gets "stuck" to a an instance with my new app version, they'll always get it. This way I can monitor how the new version is doing for a few days before deciding to go with a full release, or to back out the new version, and only impact a small percentage of my users.
If it is possible, I'm looking for what kind of config params I need to use to only deploy the new version to specific nodes/app instances.