piker/piker/data
Tyler Goodlet e57a2649d1 Only handle hist discrepancies when market is open
We obviously don't want to be debugging a sample-index issue if/when the
market for the asset is closed (since we'll be guaranteed to have
a mismatch, lul). Pass in the `feed_is_live: trio.Event` throughout the
backfilling routines to allow first checking for the live feed being active
so as to avoid breakpointing on false +ves. Also, add a detailed warning
log message for when *actually* investigating a mismatch.
2023-01-13 18:57:20 -05:00
..
__init__.py Move `brokerd` service task to root `.data` mod 2023-01-13 13:21:49 -05:00
_ahab.py Drop status event processing at large 2022-08-01 14:08:45 -04:00
_formatters.py Drop bp blocks from formatters mod 2023-01-13 13:24:26 -05:00
_m4.py Comment bad x-range bp for now 2023-01-13 13:24:26 -05:00
_normalize.py A `size` field in ticks is optional 2022-07-19 09:41:37 -04:00
_pathops.py Breakpoint bad (-ve or too large) x-ranges to m4 2023-01-13 13:24:26 -05:00
_sampling.py Support not registering for sample-index msgs via `sub_for_broadcasts: bool` flag 2023-01-13 13:21:49 -05:00
_sharedmem.py Use new public lifetime-stack class attr 2022-09-12 20:24:56 -04:00
_source.py Make `Symbol` derive from internal `.types.Struct` 2023-01-10 11:09:19 -05:00
_web_bs.py Use recon set on stack closing during reconnect 2023-01-13 13:21:15 -05:00
cli.py Add back fqsn passthrough and feed opening 2022-05-09 11:15:14 -04:00
feed.py Only handle hist discrepancies when market is open 2023-01-13 18:57:20 -05:00
flows.py Drop `Flume.index_stream()`, `._sampling.open_sample_stream()` replaces it 2023-01-13 13:24:26 -05:00
ingest.py Move feed api(s) into new submodule 2021-04-15 10:43:29 -04:00
marketstore.py Always `.error()` log unknown queries for `marketstore` 2023-01-13 13:21:15 -05:00
types.py Just drop the pretty repr from our struct for now 2023-01-10 11:09:19 -05:00