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

Maximum task call exceeded when looping over tasks more flexible #1933

Closed
hans-d opened this issue Nov 29, 2024 · 1 comment
Closed

Maximum task call exceeded when looping over tasks more flexible #1933

hans-d opened this issue Nov 29, 2024 · 1 comment
Labels
state: duplicate Duplicates another issue.

Comments

@hans-d
Copy link

hans-d commented Nov 29, 2024

Currently, there is a hardcoded limit for the maximum task call.

In my use case, I'm using it wilt some nested loops to call a task with very specifc vars per loop. Having a specific task for this is making sense for me as 1) I can use labels to see progress and 2) can implement some status checks to see if the task actually needs to be executed in full.
The initial execution is > 1000, but subsequent ones are in most cases way less when combined with the status check.

  1. can we have some parameter/config to specify a different max number
  2. can we have this check against eg the label, or the structure that is used for run: when changed ?
  3. option not to increase the counter when the task is skipped depending on the status/ changed sources ?

Currently using a workaround by not calling a task on a loop, but invoking a command 'task '

@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Nov 29, 2024
@pd93
Copy link
Member

pd93 commented Nov 29, 2024

Duplicate of #820. I have posted an update there. Feel free to contribute to the discussion in that issue.

@pd93 pd93 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 29, 2024
@task-bot task-bot removed the state: needs triage Waiting to be triaged by a maintainer. label Nov 29, 2024
@pd93 pd93 added the state: duplicate Duplicates another issue. label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: duplicate Duplicates another issue.
Projects
None yet
Development

No branches or pull requests

3 participants