Skip to content

Commit

Permalink
feat: eks
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Feb 2, 2025
1 parent afb30d0 commit cbe91b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/api/core/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ def push_logs_to_db(log_entries):
if LOG_FORMAT == LOG_FORMAT_OPEN_TELEMETRY:
for log_entry in log_entries:
try:
WorkflowExecutionLog(
log_entry = WorkflowExecutionLog(
workflow_execution_id=log_entry["workflow_execution_id"],
timestamp=datetime.strptime(
log_entry["asctime"], "%Y-%m-%d %H:%M:%S,%f"
Expand Down

0 comments on commit cbe91b0

Please sign in to comment.