iterative / terraform-provider-iterative

☁️ Terraform plugin for machine learning workloads: spot instance recovery & auto-termination | AWS, GCP, Azure, Kubernetes
https://registry.terraform.io/providers/iterative/iterative/latest/docs
Apache License 2.0
287 stars 27 forks source link

Add a hidden leo subcommand `report` to send live-metrics reports to studio. #733

Closed tasdomas closed 1 year ago

tasdomas commented 1 year ago

This still needs to be carefully integrated into the machine script (we don't want to trigger report sending for users using leo or tpi directly).

0x2b3bfa0 commented 1 year ago

Existential dilemma: do we need yet another curl doppelganger? It looks nicer on #734, though.

dacbd commented 1 year ago

Existential dilemma: does this business logic really belong in this repo?

agreed I think we can just embed the required logic in the script that we generate.

tasdomas commented 1 year ago

Existential dilemma: does this business logic really belong in this repo?

agreed I think we can just embed the required logic in the script that we generate. The machine script or the script generated by light experiments?

0x2b3bfa0 commented 1 year ago

The machine script; it's the only with direct access to system power events.

0x2b3bfa0 commented 1 year ago

Superseded by #735 🙃