Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update faq.md #85

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Update faq.md #85

wants to merge 3 commits into from

Conversation

kgera
Copy link
Contributor

@kgera kgera commented Apr 21, 2023

Updating questions

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Updating questions
@kgera kgera requested review from asteed and selfxp April 21, 2023 22:51
@@ -3,19 +3,20 @@

## Getting Access
**How can I get access to I/O Runtime?**
I/O Runtime is offering production service level since June 2019. You can find [here](../guides/overview/getting_access.md) information about how to get access.
Adobe I/O Runtime is no longer available as a standalone trial. Adobe Customers & Partners who want to try Adobe I/O Runtime may request access to our Adobe Developer App Builder trial. You can sign up for trial [here](https://developer.adobe.com/app-builder/trial/).

## Supported Programming Languages
**Which languages are supported in I/O Runtime?**
For now, Adobe I/O Runtime only supports Node.js. We might add support for other languages in the future.

### Node version 14 - Default Image
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we change the title too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I assume you meant the question - The question remains same for access. Since many people are still asking for I/O Runtime access.

@@ -26,13 +27,35 @@ When retrieving data from some external systems your code might need to connect

If you have a need for a port that is not in this list, please share with us the use case.

## How can I see usgae reports for my Runtime namespace?
Runtime currently does not offer usage reports but it is planned to be available in the future. To obtain usage reports for your namespace, kindly reach out to your account manager.
Copy link
Collaborator

Choose a reason for hiding this comment

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

This description is a bit contradictory. If we don't offer usage reports why should the customers contact the account manager?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is for customers who need the usage for their namespace. Account managers can provide it using the cost usage dashboard. I will fine tune the wording.


Note: The availability of usage reports is currently not offered by Runtime but it is in the product roadmap. We appreciate your patience and understanding as we continue to improve our services.

## How can I get access to the I/O Runtime activation logs?
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is not necessarily true. Customers do have access to logs by using the CLI.

I would only keep:
Logs can be accessed using the aio cli, or they can be configured to be forwarded to customer's owned platforms. Please see [Logging & Monitoring] (https://developer.adobe.com/runtime/docs/guides/using/logging_monitoring/#3rd-party-tools) for more details.

src/pages/support/faq.md Outdated Show resolved Hide resolved
@@ -3,19 +3,20 @@

## Getting Access
**How can I get access to I/O Runtime?**
I/O Runtime is offering production service level since June 2019. You can find [here](../guides/overview/getting_access.md) information about how to get access.
Adobe I/O Runtime is no longer available as a standalone trial. Adobe Customers & Partners who want to try Adobe I/O Runtime may request access to our Adobe Developer App Builder trial. You can sign up for trial [here](https://developer.adobe.com/app-builder/trial/).

## Supported Programming Languages
**Which languages are supported in I/O Runtime?**
For now, Adobe I/O Runtime only supports Node.js. We might add support for other languages in the future.

### Node version 14 - Default Image
Copy link
Contributor

Choose a reason for hiding this comment

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

The Node Js 14 is not default anymore, the 16th it's.

@@ -26,13 +27,35 @@ When retrieving data from some external systems your code might need to connect

If you have a need for a port that is not in this list, please share with us the use case.

## How can I see usgae reports for my Runtime namespace?
Copy link
Contributor

Choose a reason for hiding this comment

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

A typo usage

Note: The availability of usage reports is currently not offered by Runtime but it is in the product roadmap. We appreciate your patience and understanding as we continue to improve our services.

## How can I get access to the I/O Runtime activation logs?
I/O Runtime doesn’t offer a configuration to send activations and logs to an external system, something like Splunk, Datadog or New Relic. This is something we are considering to offer in the future.
Copy link
Contributor

Choose a reason for hiding this comment

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

Why does the documentation state that IO Runtime doesn't provide a possibility to send logs to 3rd party systems if we already provide log forwarding? It looks confusing.

Note: The availability of usage reports is currently not offered by Runtime but it is in the product roadmap. We appreciate your patience and understanding as we continue to improve our services.

## How can I get access to the I/O Runtime activation logs?
I/O Runtime doesn’t offer a configuration to send activations and logs to an external system, something like Splunk, Datadog or New Relic. This is something we are considering to offer in the future.
Copy link
Contributor

Choose a reason for hiding this comment

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

Why does the documentation state that IO Runtime doesn't provide a possibility to send logs to 3rd party systems if we already provide log forwarding? It looks confusing.

Copy link
Contributor

Choose a reason for hiding this comment

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

Also, using activations here looks confusing as well.

## While executing actions, continue to receive ``` "error": "Too many requests in the last minute (count: 73, allowed: 72)."}``` with status code 429. What should I do?
There is a default throttling limit of 600 activations per minute and 100 concurrent activations for every namespace. These values can be increased per request. To request increase the namespace limits, please follow these steps:

1. Loga a support ticket [here](https://experienceleague.adobe.com/?lang=en&support-tab=home#support).
Copy link
Contributor

@joni-jones joni-jones Apr 24, 2023

Choose a reason for hiding this comment

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

A typo log.

Although there is no out-of-the-box integration, there are still ways you can push data from I/O Runtime to an external tool in order to monitor and debug your actions. See [Logging & Monitoring] (https://developer.adobe.com/runtime/docs/guides/using/logging_monitoring/#3rd-party-tools)

## While executing actions, continue to receive ``` "error": "Too many requests in the last minute (count: 73, allowed: 72)."}``` with status code 429. What should I do?
There is a default throttling limit of 600 activations per minute and 100 concurrent activations for every namespace. These values can be increased per request. To request increase the namespace limits, please follow these steps:
Copy link
Contributor

Choose a reason for hiding this comment

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

I think, there should be a link to our System Limits page, where all these limitations are documented.


1. Loga a support ticket [here](https://experienceleague.adobe.com/?lang=en&support-tab=home#support).
2. Provide your namespace and needed limits.
3. The support team will provide you with an update once limis are updated.
Copy link
Contributor

Choose a reason for hiding this comment

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

A typo limits.

There is a default throttling limit of 600 activations per minute and 100 concurrent activations for every namespace. These values can be increased per request. To request increase the namespace limits, please follow these steps:

1. Loga a support ticket [here](https://experienceleague.adobe.com/?lang=en&support-tab=home#support).
2. Provide your namespace and needed limits.
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we add a section providing details to customers on how they need to calculate their limits? As currently, Too many requests at the last minute (count: 73, allowed: 72) doesn't represent the exact number of requests being throttled.

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