Skip to content

Commit

Permalink
feat: 移除 LP 推荐文章采集任务
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Oct 24, 2024
1 parent 043558d commit 2b82117
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 144 deletions.
1 change: 0 additions & 1 deletion jobs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def import_deployment(path: str) -> DeploymentType:
"jobs.jianshu.article_earning_ranking:deployment",
"jobs.jianshu.assets_ranking:deployment",
"jobs.jianshu.daily_update_ranking:deployment",
"jobs.jianshu.lp_recommend:deployment",
"jobs.jpep.ftn_trade:buy_deployment",
"jobs.jpep.ftn_trade:sell_deployment",
}
Expand Down
99 changes: 0 additions & 99 deletions jobs/jianshu/lp_recommend.py

This file was deleted.

2 changes: 0 additions & 2 deletions models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from .jianshu.assets_ranking_record import AssetsRankingRecordDocument
from .jianshu.daily_update_ranking_record import DailyUpdateRankingRecordDocument
from .jianshu.lottery_win_record import LotteryWinRecordDocument
from .jianshu.lp_recommend_article_record import LPRecommendedArticleRecordDocument
from .jianshu.user import UserDocument as JianshuUserDocument
from .jpep.credit_history import CreditHistoryDocument
from .jpep.ftn_trade_order import FTNTradeOrderDocument
Expand All @@ -15,7 +14,6 @@
AssetsRankingRecordDocument,
DailyUpdateRankingRecordDocument,
LotteryWinRecordDocument,
LPRecommendedArticleRecordDocument,
JianshuUserDocument,
CreditHistoryDocument,
FTNTradeOrderDocument,
Expand Down
42 changes: 0 additions & 42 deletions models/jianshu/lp_recommend_article_record.py

This file was deleted.

0 comments on commit 2b82117

Please sign in to comment.