forked from goodboy/tractor
1
0
Fork 0
tractor/tractor
Tyler Goodlet a38a983225 Increase debugger poll delay back to prior value
If we make it too fast a nursery with debug mode children can cancel
too fast and causes some test failures. It's likely not a huge deal
anyway since the purpose of this poll/check is for human interaction
and the current delay isn't really that noticeable.

Decrease log levels in the debug module to avoid console noise when in
use. Toss in some more detailed comments around the new debugger lock
points.
2021-12-10 11:54:27 -05:00
..
testing Drop trailing comma 2021-07-06 08:23:29 -04:00
trionics Change to `gather_contexts()`, use event for graceful exit 2021-10-24 14:00:01 -04:00
__init__.py Add 'open_actor_cluster' to __all__ 2021-10-23 16:17:29 -04:00
_actor.py Add back broken send chan ignore block 2021-12-06 17:04:17 -05:00
_child.py Docstring to the top\!, and redundant spaces goodbye\! 2020-07-29 15:39:38 -03:00
_clustering.py Make auto generated child names <parent_name>.<name> 2021-11-02 15:40:15 -04:00
_debug.py Increase debugger poll delay back to prior value 2021-12-10 11:54:27 -05:00
_discovery.py Remove union type for root getter 2021-10-14 13:39:46 -04:00
_entry.py Try not masking SIGINT in child processes 2021-09-02 16:22:59 -04:00
_exceptions.py Add a stream overrun exception 2021-12-05 18:28:02 -05:00
_forkserver_override.py Ignore type checks on stdlib overrides 2021-02-21 14:08:23 -05:00
_ipc.py Appease mypy 2021-12-02 15:29:04 -05:00
_mp_fixup_main.py Fix more stdlib typing issues with latest mypy 2021-02-21 12:48:03 -05:00
_portal.py Pop context on `.open_context()` exit 2021-12-06 11:54:21 -05:00
_root.py `get_loglevel()` always returns a str 2021-12-07 13:17:00 -05:00
_spawn.py Use manual debugger-in-use flag in nursery and spawn task 2021-12-09 17:53:29 -05:00
_state.py Add a no runtime error 2021-04-28 12:23:08 -04:00
_streaming.py Move maybe-raise-error-msg logic into context 2021-12-06 16:32:23 -05:00
_supervise.py Increase debugger poll delay back to prior value 2021-12-10 11:54:27 -05:00
log.py `get_loglevel()` always returns a str 2021-12-07 13:17:00 -05:00
msg.py Adjustments for non-frozen context dataclass change 2021-07-06 08:23:29 -04:00