We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d90fc commit 9c2b0faCopy full SHA for 9c2b0fa
middleware/timeout_handling.py
@@ -4,7 +4,6 @@ class LongRunningCallTimeoutEx(Exception):
4
pass
5
6
def alarm_handler(signum, _):
7
- print('FFFOOOOOOOOOOOOOOOOOOOOOOOOOO')
8
raise LongRunningCallTimeoutEx()
9
10
def start_alarm_timer(num_seconds):
0 commit comments