(Not currently needed for the scheduling, which already works async, but check_all_once runs the checks in deterministic sequence)
Mapping AsyncIterators is not supported by Python natively yet.
Try 3rd-party libs:
Especially, try to use for code in postgres's sockets & checks_runner.py
(Not currently needed for the scheduling, which already works async, but
check_all_onceruns the checks in deterministic sequence)Mapping AsyncIterators is not supported by Python natively yet.
Try 3rd-party libs:
Especially, try to use for code in postgres's sockets &
checks_runner.py