mirror of https://github.com/ekimekim/wubloader
segment_coverage: Fix a problem where metrics would fail
Because the checking process is entirely CPU-bound, it does not give any other greenlets a chance to run while it is processing. This prevents us from responding to metrics queries, and prometheus then times out. By stopping to handle all other traffic in between each hour processed, we ensure metrics remain responsive while processing.pull/199/head
parent
566b9598c2
commit
97b7d301af
Loading…
Reference in New Issue