Skip to content
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

chore: update cloverrose/pkgdep 0.1.0 to 0.2.0 #27528

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

cloverrose
Copy link
Contributor

Check List

@suzuki-shunsuke
Copy link
Member

Basically, packages are updated automatically.

@suzuki-shunsuke
Copy link
Member

Anyway, thank you for your contribution.

@suzuki-shunsuke suzuki-shunsuke merged commit 9d0d823 into aquaproj:main Oct 7, 2024
17 checks passed
@cloverrose
Copy link
Contributor Author

Basically, packages are updated automatically.

Thank you. I'd like to know for future contributing, What is the standard lag of detecting update?

@suzuki-shunsuke
Copy link
Member

suzuki-shunsuke commented Oct 7, 2024

That's a good question.

pkg.yaml is updated by aqua-registry-updater and GitHub Actions schedule workflow.

The workflow runs per 10 minutes.

schedule:
- cron: "*/10 * * * *"

About 50 150 packages are handled per workflow run.

There are 1562 packages now.

(1562 / 150) * 10 / 60 = 1.7355555556

So the standard lag is about 5 ~ 6 2 Hours.

But note that even if pkg.yaml isn't updated, you can still use the latest version of packages.
pkg.yaml is just test data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants