Skip to content

Commit

Permalink
Merge pull request #2063 from OctopusDeploy/pet/no-sticky
Browse files Browse the repository at this point in the history
Remove sticky sessions advice
  • Loading branch information
adam-mccoy authored Oct 31, 2023
2 parents 5d5fd66 + a7d5705 commit 552b394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dictionary-octopus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ lifecycles
maxage
msiexec
MTTR
Netscaler
nologs
NTLM
Octo
Expand All @@ -26,6 +27,7 @@ Octopub
octopusdeploy
octopusid
octopuslabs
octopusservernodes
Octostache
OIDC
onlylogs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ The recommendations for load balancers are:

:::div{.hint}
Octopus Deploy will return the name of the node in the `Octopus-Node` response header.

We have noticed specific user actions, such as creating a new space or updating permissions, won't update the cache on all nodes, and you'll get odd permissions errors. Typically the cache is updated after a few minutes, and those errors go away. If that happens to you, look at the `Octopus-Node` header to determine which node has updated data vs. not updated. If you see that jumping between nodes is the problem, and you update permissions a lot, we recommend switching over to sticky sessions.
:::

If you plan on having external [polling Tentacles](/docs/infrastructure/deployment-targets/tentacle/tentacle-communication/) connect to your instance through a load balancer / firewall you will need to configure passthrough ports to each node. Our [high availability guides](/docs/administration/high-availability/design) provide steps on how to do this.
Expand Down

0 comments on commit 552b394

Please sign in to comment.