Manual synchronization of deployed applications #1170
ralf-berger
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@rawaa123 asked in #1140 (comment):
Zero downtime deployments are currently impossible due to the various stateful services that can't be scaled up. Updated builds of container images, including third-party ones like PostgreSQL, Redis, Neo4J etc., therefore cause unwanted service interruptions, possibly even dropped requests. This is why automatic updates to the environments are now restricted to a timespan outside working hours. During the day, ArgoCD detects changes to the configuration (e. g. updated container images) but doesn't apply those changes until late evening.
You can manually trigger the synchronization any time.
Beta Was this translation helpful? Give feedback.
All reactions