You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when there is an update for aws, on Apache Camel project, the time to do the check and create the PR is around 18 minutes. It drastically reduces the amount of other dependency check done.
There is around 30 seconds that can be saved with #14842
But it won't be enough to reach a reasonable time letting enough time to check other dependencies.
There are 37 time gaps greater than 18 seconds, so taking 11 minutes. I have not found a specific pattern for them. Maybe one, several are after Filtered out X non-2 classifier versions" messages
if I search for {"dependency-name":"software.amazon.awssdk, I have 809 occurences
Could it be related? Why all this old PRs are mentioned? How can we clean this list?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Currently, when there is an update for aws, on Apache Camel project, the time to do the check and create the PR is around 18 minutes. It drastically reduces the amount of other dependency check done.
I provided the full log here https://gist.github.com/apupier/c1f0bacc820c5addff15cb23361122ec
Here is an extract of the part related to aws check:
There is around 30 seconds that can be saved with #14842
But it won't be enough to reach a reasonable time letting enough time to check other dependencies.
There are 37 time gaps greater than 18 seconds, so taking 11 minutes. I have not found a specific pattern for them. Maybe one, several are after
Filtered out X non-2 classifier versions" messagesThere is no specific config for aws (no group): https://github.com/apache/camel/blob/main/.github/dependabot.yml
The version is managed using:
aws is also listed in a lot of pr dependency update, just an extract example:
if I search for
{"dependency-name":"software.amazon.awssdk, I have 809 occurencesCould it be related? Why all this old PRs are mentioned? How can we clean this list?
Any other ideas?
All reactions