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

[feature] depsyncer add sync all dep #47

Open
JieAnthony opened this issue Feb 23, 2024 · 1 comment
Open

[feature] depsyncer add sync all dep #47

JieAnthony opened this issue Feb 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@JieAnthony
Copy link

@jessepeterson
New option --all is added to indicate operating all.
All I can think of is reading the database every time.
Although this may bring additional overhead

@jessepeterson jessepeterson added the enhancement New feature or request label Feb 23, 2024
@jessepeterson
Copy link
Member

jessepeterson commented Feb 23, 2024

Yeah -- You could definitely script this. If you're using MySQL just have it read-out the DEP names with mysql and restart itself every hour or something. Could also do that for the file backend. But I've noted this enhancement and we can consider the API support to query what we need and possibly implement this. Don't hold your breath, though. :)

This issue original mentioned in #42.

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

No branches or pull requests

2 participants