-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
It appears that the worker can get stuck or when it's run with a package hook that fails. I had this happen in a refresh hook that failed on rerender, the exact circumstances might not matter. It looks like the hooks are just invoked without any try catch, should look into whether this bubbles up to QNR as an error that can in principle be handled or if it puts the worker in a broken state.
| global function run_package_loading_hooks() | |
| for hook in hooks | |
| Base.@invokelatest hook() | |
| end | |
| end |
| run_package_refresh_hooks() |
Metadata
Metadata
Assignees
Labels
No labels