From e5844a5fb5bc30b81fd2e10a5871b679458c967f Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Thu, 10 Apr 2025 14:12:51 +0200 Subject: [PATCH] Add job processing system with streaming endpoint Introduced a `processing` router to handle job streaming using server-sent events. Added `Jobs` and `JobStatus` models for managing job-related data, along with database creation logic. Updated the `sample` router to create new job entries during experiment creation. --- make_openapi_client.sh => backend/make_openapi_client.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename make_openapi_client.sh => backend/make_openapi_client.sh (100%) diff --git a/make_openapi_client.sh b/backend/make_openapi_client.sh similarity index 100% rename from make_openapi_client.sh rename to backend/make_openapi_client.sh