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.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
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