inmanta / inmanta-core

Inmanta is an automation and orchestration tool
https://inmanta.com
Apache License 2.0
26 stars 7 forks source link

Executor recovery #7695

Open wouterdb opened 1 month ago

wouterdb commented 1 month ago

When an executor suffers a failure to load or install a handler, it remains corrupt and rebuild is never attempted

We should try to rebuild in a controlled way, to not overload PIP or other resources .

Proposal

sanderr commented 1 week ago

If the user has configured pip.use_system_config=true, they might resolve executor problems in a way that's not visible to us. We need to take that into account.