Execution #280

Job IDhotspot_dispatch
Job Name热点信号自动派发 → 触发文章生成
Task Typehotspot_dispatch
Region--
Statusfailed
Start Time2026-04-01 07:13:23
End Time2026-04-01 07:13:25
Duration2.2s
Parameters{}

Error

(psycopg2.errors.UndefinedColumn) column "article_type" does not exist
LINE 3:                 WHERE article_type = 'trending_report'
                              ^
HINT:  Perhaps you meant to reference the column "content_article.article_types".

[SQL: 
                SELECT 1 FROM content_article
                WHERE article_type = %(atype)s
                  AND display_category_slug = %(cat)s
                  AND created_at >= now() - interval '14 days'
                LIMIT 1
            ]
[parameters: {'atype': 'trending_report', 'cat': 'kitchen-dining'}]
(Background on this error at: https://sqlalche.me/e/20/f405)

Log Output

15:13:22 | ERROR | 任务 [热点信号自动派发 → 触发文章生成] 执行失败: (psycopg2.errors.UndefinedColumn) column "article_type" does not exist
LINE 3:                 WHERE article_type = 'trending_report'
                              ^
HINT:  Perhaps you meant to reference the column "content_article.article_types".

[SQL: 
                SELECT 1 FROM content_article
                WHERE article_type = %(atype)s
                  AND display_category_slug = %(cat)s
                  AND created_at >= now() - interval '14 days'
                LIMIT 1
            ]
[parameters: {'atype': 'trending_report', 'cat': 'kitchen-dining'}]
(Background on this error at: https://sqlalche.me/e/20/f405)