hashicorp / terraform-cloud-operator

Kubernetes Operator allows managing HCP Terraform resources via Kubernetes Custom Resources.
https://developer.hashicorp.com/terraform/cloud-docs
Mozilla Public License 2.0
114 stars 27 forks source link

🚀 Update Agent Pool requeue duration logic #420

Closed arybolovlev closed 1 day ago

arybolovlev commented 1 month ago

Description

The AgentPool controller re-queues instances every 30 seconds by default even if those that are in the Cool Down period stage and no actions will be taken. This PR changes this logic and instances will be re-queued after the Cool Down period if applicable, otherwise, the default timer is applied.

Tests

Usage Example

N/A.

References

Community Note