You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wubloader/segment_coverage
Mike Lang 15c357509f 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.
4 years ago
..
segment_coverage segment_coverage: Fix a problem where metrics would fail 4 years ago
Dockerfile Add file and make as build dependencies 4 years ago
setup.py added the ability to generate a webpage with all coverage maps 5 years ago