Skip to content

Add capability to define a second set of workers with a different machine type #27

@trajano

Description

@trajano

The idea of it is to have a mix of ARM and x86 based workers to do the work. Since ARM machines cost less.

The general idea would be to deprecate workers and worker_instance_type to end up being

worker_instance_types = [
't3a.medium',
't4g.medium',
't3a.large'
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions