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
Add top-level KeyboardInterrupt handler to Worker.run() that:
- Logs "worker_interrupted" at debug level
- Exits with code 130 (128 + SIGINT signal number)
- Avoids printing a traceback
This provides a cleaner user experience when pressing Ctrl+C instead
of showing a full Python traceback.
Also fix line-length lint errors in table_function.py and
table_in_out_function.py for protocol state metadata construction.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments