You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People need to be able to do things in inbound init (or outbound constructor which is often in there) such as set_signal_handler, but this fails on the _assert_not_read_only of that call because it checks self._deleting which is not created until after interceptor init. Move the interceptor create/init to the end of the workflow instance constructor.