Skip to content

Commit

Permalink
注册批量归档task
Browse files Browse the repository at this point in the history
  • Loading branch information
woshiyanghai committed Sep 19, 2024
1 parent e6b62fc commit cb80390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def archive_audit(request):

return HttpResponseRedirect(reverse("sql:archive_detail", args=(archive_id,)))


@shared_task
def add_archive_task(archive_ids=None):
"""
添加数据归档异步任务,仅处理有效归档任务
Expand Down

0 comments on commit cb80390

Please sign in to comment.