@@ -14,6 +14,7 @@ from src.handlers._utils import get_db, parse_limit
logger = logging.getLogger(__name__)
+
@xxl_job("accountArticleFetch")
async def account_article_fetch(param: str) -> dict:
limit = parse_limit(param, ContentSupplyConst.ARTICLE_DEAL_LIMIT)