railsbump / app

Check which gems are compatible with which Rails version!
https://railsbump.org
MIT License
152 stars 20 forks source link

Lockfile (Gemfile.lock) for Rails v7 checking is taking too long. #79

Closed orbulant closed 6 months ago

orbulant commented 8 months ago
Screenshot 2024-01-10 at 3 06 20 PM

The version checking for Rails 7 version is taking forever to load. While the others are working just fine.

Screenshot 2024-01-10 at 3 07 29 PM
manuelmeurer commented 8 months ago

Working on it! 😄

mattdrewitt commented 6 months ago

@manuelmeurer Any chance there is an update to this situation? I'd love to make use of this to help with a rails 7 upgrade that is having some hard to find errors and knowing if theres an incompatibility would be a big help. Thanks!

manuelmeurer commented 6 months ago

Alright, I had to fix a few things, but now we're back in action: https://github.com/railsbump/checker/actions

The problem is that about 78,000 pending checks have accumulated over time... 😱 Each check takes about 10s to finish, so we're looking at 9 days until all are done.