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

Frontend Only Displays up to 10 Active Executions #13824

Open
trRad23 opened this issue Mar 11, 2025 · 1 comment
Open

Frontend Only Displays up to 10 Active Executions #13824

trRad23 opened this issue Mar 11, 2025 · 1 comment
Labels
in linear Issue or PR has been created in Linear for internal review In Review We are reviewing the issue

Comments

@trRad23
Copy link

trRad23 commented Mar 11, 2025

Bug Description

When the concurrency limit (N8N_CONCURRENCY_PRODUCTION_LIMIT) is set above 10 (e.g: 50), the frontend always shows a maximum of 10 active executions, even if more are running.

E.g:
The tooltip in the executions tab only displays 10 out of 50 running executions.
Image

The tooltip shown in the image above is in the ConcurrentExecutionsHeader.vue component. It appears the running execution count is calculated based on the results from the fetchExecutions function in executions.store.ts. The fetchExecutions function seems to impose a 10 items per page limit, which results in always showing 10 as the total running executions (shown below).

Image

Image

To Reproduce

  1. Set N8N_CONCURRENCY_PRODUCTION_LIMIT to a value greater than 10 (e.g., 50).

  2. Trigger enough executions to exceed the concurrency limit (e.g., send 100 simultaneous requests if the limit is 50).

  3. Go to the frontend and observe the active executions count in the tooltip.

  4. The tooltip will only show 10 active executions, even though more are running.

Expected behavior

The frontend should display the actual number of active executions, reflecting the total number of running executions. The tooltip should show the correct count of active executions based on the actual running executions, rather than being capped at 10.

Operating System

Ubuntu Linux 22.04

n8n Version

1.81.4

Node.js Version

20.10.0

Database

PostgreSQL

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Mar 11, 2025

Hey @trRad23,

We have created an internal ticket to look into this which we will be tracking as "GHC-1143"

@Joffcom Joffcom added in linear Issue or PR has been created in Linear for internal review In Review We are reviewing the issue labels Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review In Review We are reviewing the issue
Projects
None yet
Development

No branches or pull requests

2 participants