-
Notifications
You must be signed in to change notification settings - Fork 325
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
Stuck on "Getting tags" #262
Comments
Hello. That's a lot of tags lol. I think I guess the quickest thing to do is to add more information about the tags that it's getting like Then we need to work on the performance. |
Hey Alex! Thanks for the quick reply. The docs state that the
So I was thinking it would only produce release notes for the last 1 tag, but not change the page size. Does Showing |
I changed |
Looks like the limit in the codebase is 99, so when I try to use a limit of 100 it reverts to 30. Using a limit of 99 works. I'll try that and let you know if it still times out. |
Ok thanks. I still think we should add some more information, at least to understand if it's actually stack, or it's working. |
I added paging and confirmed that it is pulling all tag pages, but on the last page it fails then gets stuck spinning and showing "Getting tags." Before getting stuck the script spits out this error:
|
I've confirmed that that commit does exist. |
I've just seen this issue, I haven't had this issue until the last couple of weeks, the process gets stalled in the Not sure how to debug this further, the initial scripts were based on:
Any ideas on how I can debug it? I did try with -B but it was not helpful Thanks |
I'm seeing a similar issue here, but in my case after hanging for a while on "Getting tags," I eventually get the error:
|
🤔 this bug is so weird. |
And another datapoint: Having just moved to GitHub, we're looking to tidy up our Releases. We have 239 tags/releases on our private repo. Running But narrowing it down:
|
I have a fairly large repo with 41,000 commits, 2,400 tags, and 15,000 total PRs and issues. I ran
gren changelog --generate
for 7 hours overnight and it never moved past the "Getting tags" state.This is my
.grenrc.json
file:I added
"limit": 1
to try to fix this issue and that didn't seem to work.I'm using gren version 0.17.1. The command I'm running is
gren changelog --generate
.The text was updated successfully, but these errors were encountered: