mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
merge
This commit is contained in:
parent
61e6643679
commit
e7691570fd
2 changed files with 4 additions and 1 deletions
3
.github/workflows/deploy_terraform.yml
vendored
3
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -213,3 +213,6 @@ jobs:
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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})}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue