canvas-medical / canvas-plugins

1 stars 0 forks source link

Prevent bootlooping due to a failed plugin load. #73

Closed aduane closed 2 months ago

aduane commented 2 months ago

We already skip plugins that fail to load due to an ImportError, this change increases the types of errors that would skip a plugin considerably. It is extremely important to prevent the process from crashing on load, as circus will immediately attempt to resurrect it, causing a bootloop.