robertoporceddu

Results 1 comments of robertoporceddu

As suggest by @ndeloof, introducing delays may mitigate the problem. I had the same issue resolved by `update_config`: ``` deploy: mode: replicated replicas: 3 update_config: delay: 1s ``` Configure delay...