Skip to content

Commit 3cb1fd5

Browse files
add hostnames part to the doc application check
1 parent 8ee7d12 commit 3cb1fd5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@ Make sure supervisor is disabled and that there are no supervisor services confi
135135

136136
Make sure podman is disabled and that there are no podman services running.
137137

138+
#### Configure hostnames correctly
139+
140+
The database, cache, session and queue of the application must be configured with correct hostnames instead of `localhost` or `127.0.0.1`. This way the services will be available across multiple hypernodes when the app is autoscaled.
141+
142+
Make sure the env variables (db, cache, session, queue) are not using localhost.
143+
138144
### Application Specific Requirements - Magento2
139145

140146
#### Supported CMS

0 commit comments

Comments
 (0)