type WarmableInstance interface {
// Warmup can be optionally called in case of a persistent worker is configured to be warm Warmup(
ctx context.Context,
ident string,
env map[string]string,
warmupScript string,
warmupTimeout time.Duration,
logger *echelon.Logger,
) error
}