Skip to content

docs(Support KB): How-to-check-the-behavior-of-retries-attribute.md#4815

Open
kong-kiransharma wants to merge 9 commits intomainfrom
kong-kiransharma-patch-2
Open

docs(Support KB): How-to-check-the-behavior-of-retries-attribute.md#4815
kong-kiransharma wants to merge 9 commits intomainfrom
kong-kiransharma-patch-2

Conversation

@kong-kiransharma
Copy link
Copy Markdown

first article to test and document the end to end process.

first article to test and document the end to end process
@kong-kiransharma kong-kiransharma requested a review from a team as a code owner April 10, 2026 08:08
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 10, 2026

CLA assistant check
All committers have signed the CLA.

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 10, 2026

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit 460cfe8
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/69dd5927586d85000862e376
😎 Deploy Preview https://deploy-preview-4815--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Author

@kong-kiransharma kong-kiransharma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modified the format to see if the checks succeed

@kong-kiransharma kong-kiransharma changed the title Create About-retries-attribute-of-service-object.md docs(Support KB): How-to-work-with-retries-attribute-of-service-object.md Apr 13, 2026
@kong-kiransharma kong-kiransharma self-assigned this Apr 13, 2026
Comment on lines +34 to +38
tldr:
q: retries attribute of service object
a: |
The articles describe the end-to-end steps of working with service object

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think of this as a Question then an answer. So

Q: How do I check the behavior of the retries attribute
A: When an upstream is unreachable, Kong retries the connection up to the configured number of times (e.g., retries=5). You can observe this in debug logs.

Comment on lines +41 to +43
Below is an example of installing Kong on Docker.

Please install Kong on Docker by following the official guide: Kong Docker Installation .
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was copy and pasted from the original. Do you think we need it?

Comment on lines +132 to +139
## 2. Does the service object only retry when an upstream object is set?

No, the service object can retry requests even if an upstream object has not been set.

## 3. Does the service object retry on HTTP 4xx/5xx responses?

No, retries happen only for TCP connection errors. However, Kong can perform HTTP and TCP health checks using the upstream object. For more details, see the Health Checks and Circuit Breakers documentation .

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add these to the front matter using the following syntax:

faqs:
  - q: What happens when an admin doesn't have a role assigned?
    a: If an admin is in a Workspace without a role, they can’t see or interact with anything. Admins can manage entities inside Workspaces, including users and their roles.
  - q: What is a super admin?
    a: A super admin is a role that has the ability to assign and modify RBAC roles and permissions. A generic admin without this role can't manage RBAC.
  - q: How can I invite and manage admins in Kong Manager?
    a: If you want to manage admins from the Kong Manager UI, go to Teams > Admins. From here, you can invite new admins, manage existing admins, and find invitation links for invited admins.
  - q: Can admins manage multiple Workspaces?
    a: No, each admin is specific to one Workspace.

Copy link
Copy Markdown
Author

@kong-kiransharma kong-kiransharma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modified with the comments.

@kong-kiransharma kong-kiransharma changed the title docs(Support KB): How-to-work-with-retries-attribute-of-service-object.md docs(Support KB): How-to-check-the-behavior-of-the-retries-attribute.md Apr 13, 2026
@kong-kiransharma
Copy link
Copy Markdown
Author

@Guaris I made the suggested changes but I don't think my rendering of faq section is right. I played around with spacing & new line but it wasn't getting any nicer. Perhaps you could look into this for me once.

@kong-kiransharma kong-kiransharma changed the title docs(Support KB): How-to-check-the-behavior-of-the-retries-attribute.md docs(Support KB): How-to-check-the-behavior-of-retries-attribute.md Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants