Python plugin throws exception

We have a few custom Python plugins and we noticed that if the first plugin throws an exception, no response will be returned to Kong’s runloop and it will timeout in 60 seconds. Then it will try to call next plugin and will get no data in 60 seconds and so on. Finally user will get 500 with the message “An unexpected error occurred” after 60s * NUMBER_OF_PLUGINS. Is there a way to fail fast with 500 if any plugin fails with an exception?