Handle JobStarted and JobCompleted

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2025-04-17 16:53:54 +00:00
parent 8d10dd4716
commit 94f264d444
7 changed files with 58 additions and 4 deletions

View file

@ -119,7 +119,7 @@ type ScaleSet struct {
OSArch commonParams.OSArch
Enabled bool
LastMessageID int64
DesiredRunnerCount int64
DesiredRunnerCount int
// ExtraSpecs is an opaque json that gets sent to the provider
// as part of the bootstrap params for instances. It can contain
// any kind of data needed by providers.