piker/piker
Tyler Goodlet 0000d9a314 Handle backends with no 1s OHLC history
If a history manager raises a `DataUnavailable` just assume the sample
rate isn't supported and that no shm prepends will be done. Further seed
the shm array in such cases as before from the 1m history's last datum.

Also, fix tsdb -> shm back-loading, cancelling tsdb queries when either
no array-data is returned or a frame is delivered which has a start time
no lesser then the least last retrieved. Use strict timeframes for every
`Storage` API call.
2022-10-28 16:17:14 -04:00
..
brokers Add data-reset-task global state var 2022-10-28 16:17:14 -04:00
clearing Use new `Status.cancel_called` in EMS msg loops 2022-10-28 16:16:45 -04:00
cli Fix `piker services`; `tractor.run()` is done.. 2022-10-28 16:17:14 -04:00
data Handle backends with no 1s OHLC history 2022-10-28 16:17:14 -04:00
fsp Always load FSPs with the default (fast) sampling period 2022-09-12 20:25:15 -04:00
testing Import client for now until we make a proper shim 2018-02-12 10:35:54 -05:00
ui Only get dbus user on sudo-user-present 2022-10-28 16:17:14 -04:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Drop dependence on `msgpack` and `msgpack_numpy` 2022-02-28 08:15:18 -05:00
_cacheables.py Port to new `tractor.trionics.maybe_open_context()` api 2022-01-23 21:01:38 -05:00
_daemon.py Comment format tweak 2022-10-28 16:17:14 -04:00
_profile.py Allow passing "ms slower then" value on cli to `--profile` 2022-04-30 11:36:23 -04:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Passthrough toml lib kwargs 2022-06-28 10:07:56 -04:00
log.py Type annot name in put to log routine 2022-06-05 22:13:36 -04:00
pp.py Handle `Position.split_ratio` in state audits 2022-08-17 10:06:58 -04:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00