Skip to content

Move autoscaler Acquire() to the ExecutorProvider

Arran Walker requested to merge ajwalker/fix-autoscaler-acquire into main

What does this MR do?

Simplifies task acquisition by moving the call to Acquire to the ExecutorProvider. This allows retries to function as expected, and removes the now redundant wrapped autoscaler executor.

What are the relevant issue numbers?

Closes #29344 (closed)

Edited by Tomasz Maczukin

Merge request reports