This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, rogerdahl, yselivanov
Date 2020-02-26.22:23:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582755832.62.0.0512316765951.issue39765@roundup.psfhosted.org>
In-reply-to
Content
Assuming you mean loop.add_signal_handler() method, I would say that a minute-long delay is a sign of long blocking calls in your program.

Typical asyncio program blocks the loop for 1-10 milliseconds at most, and signal handlers are called with this delay.
This is not your case as I see.
History
Date User Action Args
2020-02-26 22:23:52asvetlovsetrecipients: + asvetlov, yselivanov, rogerdahl
2020-02-26 22:23:52asvetlovsetmessageid: <1582755832.62.0.0512316765951.issue39765@roundup.psfhosted.org>
2020-02-26 22:23:52asvetlovlinkissue39765 messages
2020-02-26 22:23:52asvetlovcreate