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

Implement smart GitHub crawl #61

Open
henricasanova opened this issue Aug 3, 2024 · 0 comments
Open

Implement smart GitHub crawl #61

henricasanova opened this issue Aug 3, 2024 · 0 comments
Milestone

Comments

@henricasanova
Copy link
Contributor

henricasanova commented Aug 3, 2024

Currently, it takes a while to populate the local database based on crawling the GitHub repo. Instead, we should be smart, and detect that when a workflow hasn't changed since last time we retrieved it then we don't need to retrieve it again. This could entail a redesign, where the WfCommon instances are actually "git pulled" from the WfCommons github, as opposed to curl-ed. This would entail quite a few changes, where instead of always re-downloading from the github, one would instead read a local file. And a cront job would be set up to do a git pull every hour for instance.

@henricasanova henricasanova added this to the v0.2 milestone Aug 3, 2024
@henricasanova henricasanova changed the title investigate smart GitHub crawl Implement smart GitHub crawl Aug 3, 2024
@henricasanova henricasanova modified the milestones: v0.2, v0.1 Aug 12, 2024
@henricasanova henricasanova modified the milestones: v0.1, v0.2 Aug 21, 2024
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

No branches or pull requests

1 participant