Round 3 fixes: cancelled polling, aggregator invalid_count, filter state, scheduler atomicity, HTTP exception handler, tests
This commit is contained in:
@@ -5,7 +5,7 @@ from .schemas import (
|
||||
ProxyResponse,
|
||||
PluginResponse,
|
||||
SettingsSchema,
|
||||
CrawlResult,
|
||||
CrawlSummarySchema,
|
||||
ProxyListRequest,
|
||||
ProxyDeleteItem,
|
||||
BatchDeleteRequest,
|
||||
@@ -21,7 +21,7 @@ __all__ = [
|
||||
"ProxyResponse",
|
||||
"PluginResponse",
|
||||
"SettingsSchema",
|
||||
"CrawlResult",
|
||||
"CrawlSummarySchema",
|
||||
"ProxyListRequest",
|
||||
"ProxyDeleteItem",
|
||||
"BatchDeleteRequest",
|
||||
|
||||
@@ -59,7 +59,7 @@ class SettingsSchema(BaseModel):
|
||||
)
|
||||
|
||||
|
||||
class CrawlResult(BaseModel):
|
||||
class CrawlSummarySchema(BaseModel):
|
||||
plugin_id: str
|
||||
proxy_count: int
|
||||
valid_count: int
|
||||
|
||||
Reference in New Issue
Block a user