"feat: Implement auto optimization for batch planning

This commit is contained in:
2025-05-29 17:54:08 +02:00
parent a473c06658
commit f1bb101bd5
7 changed files with 522 additions and 106 deletions

View File

@@ -4616,7 +4616,7 @@ def get_dashboard_active_jobs():
"jobs": jobs_data
})
} except Exception as e:
except Exception as e:
app_logger.error(f"Fehler beim Laden der aktiven Jobs: {str(e)}")
return jsonify({
"success": False,