Skip to content

Refactor autoscaler terminology

Arran Walker requested to merge ajwalker/instance-executor into main

What does this MR do?

  • shell+autoscaler executor becomes the instance executor.
  • Autoscaler config InstanceGroupSettings becomes ConnectorConfig.

Why was this MR needed?

  • The instance executor more accurately describes this executor.
  • ConnectorConfig more accurately describes what was original the InstanceGroupSettings config. This also needs to happen as moving forward, ConnectorConfig will be used in more contexts than just the group settings.

What's the best way to test this MR?

N/A for now

What are the relevant issue numbers?

Merge request reports