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

In Consumption LA, MaximumWaitingRuns should be 100 as maximum but it allows 200 from code view. #1232

Open
nobuko-yamada opened this issue Nov 11, 2024 · 1 comment

Comments

@nobuko-yamada
Copy link

nobuko-yamada commented Nov 11, 2024

Describe the Bug with repro steps

https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config?tabs=consumption#:~:text=(Default)%0A%2D-,Max%3A%20100%20runs,-Concurrency%20on%3A

Image

Conflict with the documents above:

Image

What type of Logic App Is this happening in?

Consumption (Portal)

Which operating system are you using?

Windows

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

{
    "definition": {
        "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
        "contentVersion": "1.0.0.0",
        "triggers": {
            "When_a_HTTP_request_is_received": {
                "type": "Request",
                "kind": "Http",
                "runtimeConfiguration": {
                    "concurrency": {
                        "runs": 20,
                        "maximumWaitingRuns": 200
                    }
                }
            }
        },
        "actions": {
            "Compose": {
                "runAfter": {},
                "type": "Compose",
                "inputs": "@convertTimeZone('2024-09-01T03:00:00.0000000', 'GMT Standard Time', 'UTC', 'o')"
            }
        },
        "outputs": {},
        "parameters": {
            "$connections": {
                "type": "Object",
                "defaultValue": {}
            }
        }
    },
    "parameters": {
        "$connections": {
            "value": {}
        }
    }
}

Screenshots or Videos

No response

Browser

Edge

Additional context

No response

@ccastrotrejo
Copy link

Hi @nobuko-yamada thanks for raising this issue. We are taking a look which of the two ends need to be updated. Thanks!

@ccastrotrejo ccastrotrejo transferred this issue from Azure/LogicAppsUX Nov 13, 2024
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

No branches or pull requests

2 participants