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.
This commit is contained in:
GotthardG 2025-04-10 18:41:05 +02:00
parent 6ea0a09938
commit 0ae7f11a25

View File

@ -59,6 +59,7 @@ release:
variables:
TWINE_USERNAME: gitlab-ci-token
TWINE_PASSWORD: $CI_JOB_TOKEN
ENVIRONMENT: dev
script:
# build and run commands within docker container context
- docker compose build backend