piker/piker/service
Tyler Goodlet 46285a601e Port `.cli` & `.service` to latest `tractor` registry APIs
Namely changes for the `registry_addrs: list`, enable_transports: list`
and related `tractor._addr` primitive requirements.

Other updates include,
- passing `maybe_enable_greenback=True`,
- additional exc logging around `pikerd` syncing/booting,
- changing to newer `Context.wait_for_result()`,
- dropping (unnecessary?) `maybe_open_crash_handler()` around `pikerd` ep.
2025-09-20 22:38:47 -04:00
..
__init__.py Drop `__all__` import style from `.services` 2024-01-04 10:05:53 -05:00
_actor_runtime.py Port `.cli` & `.service` to latest `tractor` registry APIs 2025-09-20 22:38:47 -04:00
_ahab.py Ignore `ContextCancelled`s from non-mngr requests 2024-01-04 10:06:42 -05:00
_daemon.py Port `.cli` & `.service` to latest `tractor` registry APIs 2025-09-20 22:38:47 -04:00
_mngr.py Port `.cli` & `.service` to latest `tractor` registry APIs 2025-09-20 22:38:47 -04:00
_registry.py Port `.cli` & `.service` to latest `tractor` registry APIs 2025-09-20 22:38:47 -04:00
_util.py Use a single log for entire `.service` subsys 2023-05-09 14:49:26 -04:00
elastic.py Reimplement marketstore and elasticsearch daemons 2023-05-23 14:16:02 -04:00
marketstore.py Add marketstore client as storage-backend module 2023-06-27 13:41:47 -04:00