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/200/head
parent
13a228070a
commit
15c357509f
Loading…
Reference in New Issue