Refactored ingestion to semaphore-bounded tasks, centralized error handling, and consolidated metrics.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
"""Bulk-ingests the message history of channels.
|
||||
|
||||
Channels are enqueued for processing by the bot's fixed ingestion worker pool.
|
||||
Channels are processed by the bot's semaphore-bounded dynamic tasks.
|
||||
"""
|
||||
|
||||
import logging
|
||||
|
||||
Reference in New Issue
Block a user