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

[BUG] rate limit automation retrieval #1048

Closed
2 tasks done
JoernBerkefeld opened this issue Jul 24, 2023 · 2 comments · Fixed by #1054 or #1023
Closed
2 tasks done

[BUG] rate limit automation retrieval #1048

JoernBerkefeld opened this issue Jul 24, 2023 · 2 comments · Fixed by #1054 or #1023
Assignees
Labels
bug Something isn't working c/automation COMPONENT
Milestone

Comments

@JoernBerkefeld
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

even with few automations found, we are running too many calls in parallel as there is no throttling implemented for this so far:

image

Expected Behavior

we should limit the amount of parallel requests as done for assets and other types

Steps To Reproduce

No response

Version

5.1.0

Environment

No response

Participation

  • I am willing to submit a pull request for this issue.

Additional comments

No response

@JoernBerkefeld JoernBerkefeld added bug Something isn't working c/automation COMPONENT labels Jul 24, 2023
@JoernBerkefeld JoernBerkefeld modified the milestones: 5.2.1, 5.2.0 Jul 24, 2023
@JoernBerkefeld JoernBerkefeld self-assigned this Jul 25, 2023
@JoernBerkefeld
Copy link
Contributor Author

since this can even lead to retrieval failures in edge cases with many automations, prioritizing this for 5.2.0

@github-actions
Copy link

Closed by #1054.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment