From 8dfa2f294df2be660cfbf83b3c1ed0d6e8f5b9c6 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 27 Jan 2026 14:50:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20get=5Fpaper=5Fmeta=5Ffrom=5Fopenalex=20?= =?UTF-8?q?=E5=BB=B6=E8=BF=9F=E8=A7=A6=E5=8F=91=E4=B8=8B=E4=B8=80=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/resm/tasks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/resm/tasks.py b/apps/resm/tasks.py index eefad47..0b3d529 100644 --- a/apps/resm/tasks.py +++ b/apps/resm/tasks.py @@ -69,7 +69,8 @@ def get_paper_meta_from_openalex(publication_year:int, search_key:str, end_year: "publication_year": publication_year + 1, "search_key": search_key, "end_year": end_year - } + }, + countdown=5 )