1
0
Fork 0
tractor/tractor/msg
Tyler Goodlet b56352b0e4 Quieter `Stop` handling on ctx result capture
In the `drain_to_final_msg()` impl, since a stream terminating
gracefully requires this msg, there's really no reason to `log.cancel()`
about it; go `.runtime()` level instead since we're trying de-noise
under "normal operation".

Also,
- passthrough `hide_tb` to taskc-handler's `ctx.maybe_raise()` call.
- raise `MessagingError` for the `MsgType` unmatched `case _:`.
- detail the doc string motivation a little more.
2024-07-03 22:42:32 -04:00
..
__init__.py Rename `.msg.types.Msg` -> `PayloadMsg` 2024-05-10 13:15:45 -04:00
_codec.py Drop sub-decoder proto-cruft from `.msg._codec` 2024-05-31 12:03:18 -04:00
_ops.py Quieter `Stop` handling on ctx result capture 2024-07-03 22:42:32 -04:00
pretty_struct.py Use `msgspec.Struct.__repr__()` failover impl 2024-06-28 19:17:05 -04:00
ptr.py `NamespacePath._mk_fqnp()` handle `__mod__` for methods 2024-04-18 15:10:27 -04:00
types.py Expand `PayloadMsg` doc-str 2024-06-18 09:57:10 -04:00