tlc.core.objects.tables.system_tables.indexing
#
Helper classes for indexing Urls and their content
Module Contents#
Classes#
Class |
Description |
---|---|
Keep track of the iterations and updates of a recurring task. |
Functions#
Function |
Description |
---|---|
API#
- class tlc.core.objects.tables.system_tables.indexing.TaskCounter(iter_count: int = 0, update_count: int = 0)#
Keep track of the iterations and updates of a recurring task.
This class maintains a count of how many cycles a task has gone through (
iteration_count
), as well as how many of those cycles resulted in an actual update (update_count
).
- tlc.core.objects.tables.system_tables.indexing.blacklist_message(url: tlc.core.url.Url, exception: BaseException, backoff: datetime.timedelta | None) str #
- tlc.core.objects.tables.system_tables.indexing.resolve_message(url: tlc.core.url.Url, exception: BaseException, force: bool) str #