-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Show errors from the tasks in the thread pool #33938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Summary: Making sure we don't silently ignore exceptions from the tasks in the thread pool Test Plan: python setup.py clean && python setup.py develop install [ghstack-poisoned]
Summary: Making sure we don't silently ignore exceptions from the tasks in the thread pool Test Plan: python setup.py clean && python setup.py develop install [ghstack-poisoned]
💊 CircleCI build failures summary and remediationsAs of commit af005a7 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following build failures do not appear to be due to upstream breakages:
|
|
@ilia-cher merged this pull request in c206b43. |
Summary: Pull Request resolved: pytorch#33938 Making sure we don't silently ignore exceptions from the tasks in the thread pool Test Plan: python setup.py clean && python setup.py develop install Differential Revision: D20178603 Pulled By: ilia-cher fbshipit-source-id: 34971032205a1a53fb7419ed84ebb986f9e959ad
Stack from ghstack:
Summary:
Making sure we don't silently ignore exceptions from the tasks in the
thread pool
Test Plan:
python setup.py clean && python setup.py develop install
Differential Revision: D20178603