From a948fbf7d70fb24489c5936b63fb18a918ce4fc9 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Thu, 10 Apr 2025 21:24:54 +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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88628af..53c7846 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,7 @@ release: script: # build and run commands within docker container context - - docker compose --env-file frontend/.env.dev build backend + - docker compose --env-file frontend/.env.test build backend # Run commands inside your 'backend' service container - docker compose run --rm backend mkdir -p /app/backend/ssl