You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Enable periodic repo syncing with an upstream registry based on time intervals.
This can potentially be enabled via a periodic task. Remote should be present on the repo in that case.
We can think of whether enable simple periodic sync tasks or introduce a periodic job that will be checking first whether remote repo(s) have changed and trigger sync task respectively.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered:
ipanova
changed the title
As a use I have automatic syncs for repos so I can stay up-to-date with the remote registry
As a user I have automatic syncs for repos so I can stay up-to-date with the remote registry
Apr 26, 2022
So, we can use the post-migrate hook that will create a task which periodically runs in the background, inspects repositories with remotes attached, and runs a sync task if the frequency conditions are met. We would need to add another field to the repository model -- "sync_frequency".
Is your feature request related to a problem? Please describe.
Enable periodic repo syncing with an upstream registry based on time intervals.
This can potentially be enabled via a periodic task. Remote should be present on the repo in that case.
We can think of whether enable simple periodic sync tasks or introduce a periodic job that will be checking first whether remote repo(s) have changed and trigger sync task respectively.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: