Property Name | Default Value | Type | Description |
---|---|---|---|
|
["http://localhost:4444/"] |
List<String> |
The urls for accessing Admin dashboard. If there are multiple instances of admin-server, all the urls can be provided as a list. |
|
non |
String |
The username of the service-user that has the authority to access the admin-server. See how to create service user in admin server. |
|
non |
String |
The password of the service-user that has the authority to access the admin-server. See how to create service user in admin server. |
|
3 |
int |
How many times should attempt to make the request if the request is failed? If you have configured multiple admin urls, the attempts will be distributed evenly among them. |
|
3_000L |
long (in ms) |
The Constant delay (defined in milliseconds) before every retry attempt. |
|
3_000L |
long (in ms) |
The maximum limit for the delay between retries (To prevent excessive delays). |
|
2 |
int |
The factor by which the delay increases in the exponential policy. |