linkcheck.director
Management of checking a queue of links with several threads.
Functions
|
Helper function to ensure a clean shutdown. |
Force exit of current process without cleanup. |
|
|
Helper function waiting for URL queue. |
|
Main check function; checks all configured URLs until interrupted with Ctrl-C. |
|
Get an aggregator instance with given configuration. |
|
Interrupt execution and shutdown, ignoring any subsequent interrupts. |
- linkcheck.director.check_urls(aggregate)[source]
Main check function; checks all configured URLs until interrupted with Ctrl-C.
- Returns:
None
- linkcheck.director.get_aggregate(config)[source]
Get an aggregator instance with given configuration.
- linkcheck.director.interrupt(aggregate)[source]
Interrupt execution and shutdown, ignoring any subsequent interrupts.
Modules
Aggregate needed object instances for checker threads. |
|
URL checking functions. |
|
Helpers for console output. |
|
Status message handling |
|
Logger for aggregator instances |
|
Status message handling |
|