This commit is contained in:
Jun-te Kim 2026-02-11 17:42:30 +00:00
parent 61e6643679
commit e7691570fd
2 changed files with 4 additions and 1 deletions

View file

@ -213,3 +213,6 @@ jobs:

View file

@ -807,7 +807,7 @@ def handler(event, context, local=False):
logger.error(f"Failed to update subtask status: {db_error}")
# Return error if all records failed
logger.fatal(results)
logger.info(results)
if errors and not results:
return {"statusCode": 500, "body": json.dumps({"errors": errors})}