dariuszSki / ziti-agent-wh

Apache License 2.0
0 stars 0 forks source link

retry backoff #20

Closed qrkourier closed 4 months ago

qrkourier commented 4 months ago

Need a retry behavior for Ziti CRUD ops that follows some kind of backoff policy to avoid hammering a limping controller

dariuszSki commented 4 months ago

Added the error checking for Ziti controller client and failure response status to the admission controller. The admission controller through the deployment manages the backoff as it usually does with deployment failures.

dariuszSki commented 4 months ago

Completed with 0.1.0 version