Skip to content

How can I configure sync timeout? #6208

Answered by jgwest
smeeklai asked this question in Q&A
May 11, 2021 · 14 comments · 6 replies
Discussion options

You must be logged in to vote

Hi @smeeklai,

There's no way to set a 'maximum time/expiration time' on the sync operation AFAICT, but you can configure the number of retries...

When creating an application (for example, via the CLI), the number of retries (and the time between retries) can be configured:

      --sync-policy string                         Set the sync policy (one of: none, automated (aliases of automated: auto, automatic))
      --sync-retry-backoff-duration duration       Sync retry backoff base duration. Input needs to be a duration (e.g. 2m, 1h) (default 5s)
      --sync-retry-backoff-factor int              Factor multiplies the base duration after each failed sync retry (default 2)
      --sync-ret…

Replies: 14 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@smeeklai
Comment options

Answer selected by smeeklai
Comment options

You must be logged in to vote
2 replies
@melch
Comment options

@thapakazi
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hellojanam
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@aslafy-z
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@aslafy-z
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet