marek-elisity

Results 3 comments of marek-elisity

Thanks for the answer. Unfortunately nothing gets printed in stderr nor in stdout.

Any other idea what I could do about it?

The errors different, but maybe it will help you navigate: `app.py` ``` import time import signal import sys import os _running = True def _handle_signal(sig, frame): global _running print(f"[{os.getpid()}] Received...