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
Currently, the mirroring job of a project runs every minute if the schedule is not specified in the mirror config.
When considering the infrequent changes to the configuration files, it seems that it is being called too frequently.
I think one of the reasons that we set it as every minute is that we didn't have any API that triggered the mirroring immediately.
However, after we add that API, I think we can increase the time to 3 or 5 minutes.
Currently, the mirroring job of a project runs every minute if the
schedule
is not specified in the mirror config.When considering the infrequent changes to the configuration files, it seems that it is being called too frequently.
I think one of the reasons that we set it as every minute is that we didn't have any API that triggered the mirroring immediately.
However, after we add that API, I think we can increase the time to 3 or 5 minutes.
Reference:
https://argo-cd.readthedocs.io/en/stable/user-guide/auto_sync/#:~:text=The%20automatic%20sync%20interval%20is,to%20180s%20(3%20minutes).
The text was updated successfully, but these errors were encountered: