Skip to content

Conversation

@mkraeml
Copy link
Contributor

@mkraeml mkraeml commented Nov 5, 2025

Currently we try to get the logs of a run, which are first available after a job is done.
With every try we waste multiple API requests, which exhausts the API rate limit faster.

With this change we search for the Run ID in the job title (needs adjustments in the downstream repo), which doesn't require multiple API requests.

Example run: https://github.com/shopware/shopware/actions/runs/19104786793

@mkraeml mkraeml self-assigned this Nov 5, 2025
Copy link
Contributor

@pweyck pweyck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, I think I've used the logs because it was more portable in theory, but should not matter that much

@mkraeml mkraeml force-pushed the chore/improve-downstream branch 2 times, most recently from 9f0297e to 50fe85a Compare November 6, 2025 08:22
@mkraeml mkraeml force-pushed the chore/improve-downstream branch from 50fe85a to 84159fd Compare November 6, 2025 09:32
@mkraeml mkraeml merged commit ce18abb into main Nov 6, 2025
6 checks passed
@mkraeml mkraeml deleted the chore/improve-downstream branch November 6, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants