Skip to content

Quota apps.per_app_tasks limits are misleading #1993

Open
@Gerg

Description

@Gerg

In v3 docs, it’s mentioned apps.per_app_tasks is per app: “Maximum number of running tasks in a single application”.

However, with apps.per_app_tasks set to 1 with two different apps in same org, the first task can be executed with app1, but the second task with app2 fails with error “app_task_limit quota exceeded”. The limit is not per app but per org (or space).

It looks like we made a mistake naming/documenting that quota limit. It is number of tasks per space/org:

The same problem appears on the v2 API docs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions