It seems like a user's commit count doesn't always get updated after running:
rake fetch_github_commits
rake karma_calculator
For example, I (mattlindsey) should show 69 commits for WebsiteOne project on agileventures.org, but it currently shows 64.
An error may be occurring when it hits the earlier non-AV project 'ruralnetv2.' See error messages when running rake tasks:
➜ WebsiteOne git:(3845_e_learning_start) heroku run rake fetch_github_commits --app websiteone-new
Running rake fetch_github_commits on ⬢ websiteone-new... up, run.8613 (Basic)
To use retry middleware with Faraday v2.0+, install faraday-retry gem
W, [2023-05-02T12:31:26.171752 #2] WARN -- : https://github.com/codeforUV/ruralnetv2 may have caused the issue. Commit2 update terminated for this project!
It seems like a user's commit count doesn't always get updated after running: rake fetch_github_commits rake karma_calculator
For example, I (mattlindsey) should show 69 commits for WebsiteOne project on agileventures.org, but it currently shows 64. An error may be occurring when it hits the earlier non-AV project 'ruralnetv2.' See error messages when running rake tasks:
➜ WebsiteOne git:(3845_e_learning_start) heroku run rake fetch_github_commits --app websiteone-new Running rake fetch_github_commits on ⬢ websiteone-new... up, run.8613 (Basic) To use retry middleware with Faraday v2.0+, install
faraday-retry
gem W, [2023-05-02T12:31:26.171752 #2] WARN -- : https://github.com/codeforUV/ruralnetv2 may have caused the issue. Commit2 update terminated for this project!