aio-libs / aiomonitor

aiomonitor is module that adds monitor and python REPL capabilities for asyncio application
https://aiomonitor.aio-libs.org
Apache License 2.0
662 stars 42 forks source link

feature: Add a demo example for PyCon APAC 2023 talk #385

Closed achimnol closed 11 months ago

achimnol commented 1 year ago

This is a new example script to demonstrate various features of aiomonitor, including preserving termination logs for long-running tasks and exposing several start_monitor() options as CLI arguments.

$ python ./examples/demo.py --help

[!NOTE] Having a large number of timers and a short history limit may remove the termination traces too early.

Checklist