antrea-io / nephe

Antrea-managed security policies in the public cloud
Apache License 2.0
9 stars 9 forks source link

Update retry queue processing #274

Closed reachjainrahul closed 1 year ago

reachjainrahul commented 1 year ago

Description

Retry queue was processed every second and the retry count was 15. So, for a failed cloud operation, it was retrying very fast and too many number of times.

Changes

With this PR, we are reducing the number of retry to 3 and increased the retry interval to 20 sec. So essentially a failed cloud response will be retried for 1 minute with 20 sec gap.

reachjainrahul commented 1 year ago

/nephe-test-e2e-agentless

reachjainrahul commented 1 year ago

/nephe-test-e2e-azure