Anyone know if it is possible to make the provider...
# general
f
Anyone know if it is possible to make the provider executables run in a persistant way? Either natively or with a custom wrapper or something. We use the automation API and run multiple projects/stacks in parallel. It would greatly reduce our resource footprint if we could make every process use the same instances of the provider processes.
b
Have you tried to create your providers before the
const stack = await LocalWorkspace.createOrSelectStack(stackArgs);
f
Sorry if it's a stupid question. But what do you mean by "create your providers"? And we use Go by the way if that matters.