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
{{ message }}
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
No doubt I should find better ways to notice what I did wrong in my code, but I found while writing a scraper that uncaught exceptions in tasks just ruins everything.
Can you catch my exceptions for me and tell me what a bozo I am?
Minor, sort of related, could you implement a ctrl-c handler?
The text was updated successfully, but these errors were encountered:
Can you share a sample of where an exception escapes this impenetrable net?
As for the Ctrl-C thing, I tried to do that before, but it ended up in a way that meant the whole program didn't terminate except with Ctrl-C :( Will dig into it again!
maybe I just don't understand the pipeline syntax. I've had this working sometimes and then other times it just hangs. When I step through individual tasks in a REPL everything works.
No doubt I should find better ways to notice what I did wrong in my code, but I found while writing a scraper that uncaught exceptions in tasks just ruins everything.
Can you catch my exceptions for me and tell me what a bozo I am?
Minor, sort of related, could you implement a ctrl-c handler?
The text was updated successfully, but these errors were encountered: