Open
Description
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.