Skip to content

Commit

Permalink
feat: 异步下载邮件通知失败优化 #1010158081120655039
Browse files Browse the repository at this point in the history
  • Loading branch information
yiqiwang-17 committed Nov 12, 2024
1 parent 9168a7a commit b9acd16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bklog/apps/log_search/tasks/async_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ def async_export(
language=language,
)
except Exception as e: # pylint: disable=broad-except
async_task = set_failed_status(async_task=async_task, reason=f"send msg error: {e}")
raise
logger.error(f"async_task_id:{async_task_id}, send msg error: {e}")

except Exception as e: # pylint: disable=broad-except
logger.exception(e)
Expand Down

0 comments on commit b9acd16

Please sign in to comment.