fix(news-bot): fix pipeline timing, consolidate to single analyst
- Move scraper from :50 to :00 (runs first) - Remove analyst-gemma and deepseek-analyst-v1.1 (was race condition) - Enable new_deepseek.yaml (deepseek-analyst v1.2, latest image) - Pipeline: scraper :00 -> analyst :15 -> telebot :30
This commit is contained in:
parent
c75510cb09
commit
2b7909d84f
2 changed files with 1 additions and 5 deletions
|
|
@ -7,12 +7,8 @@ resources:
|
|||
- scraper-cronjob.yaml
|
||||
- scrapy-urls-configmap.yaml
|
||||
- scrapy-configmap.yaml
|
||||
- telebot-cronjob.yaml
|
||||
- telebot-secret.yaml
|
||||
- gemma-configmap.yaml
|
||||
# - analyst-cronjob.yaml
|
||||
- news-app-password.yaml
|
||||
- news-app-db.yaml
|
||||
- deepseek-configmap.yaml
|
||||
- new_deepseek.yaml
|
||||
#- deepseek-summarizer.yaml
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
name: news-scraper
|
||||
namespace: customer1
|
||||
spec:
|
||||
schedule: "50 * * * *"
|
||||
schedule: "0 * * * *"
|
||||
jobTemplate:
|
||||
spec:
|
||||
template:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue