LLNL / scraper

Python library for getting metadata from source code hosting tools
MIT License
49 stars 23 forks source link

Configurable wait time for GitHub query retries #74

Closed LRWeber closed 1 year ago

LRWeber commented 1 year ago

Further changes for optimization may be made in the future (e.g. removal of real-time countdown printout).

LRWeber commented 1 year ago

@IanLee1521 This is the primary cause for LLNL/llnl.github.io updates failing due to exceeding GitHub's allowed runtime, so fast-tracking a fix and release would be appreciated!

(As a side note, it looks like all versions past v0.9.0 have been tagged, but not formally added as a "release" on GitHub.)

IanLee1521 commented 1 year ago

As a side note, it looks like all versions past v0.9.0 have been tagged, but not formally added as a "release" on GitHub.

That's likely due to the type of tag being made... I can take a look at that.