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 21:36:33 +02:00
parent a948fbf7d7
commit 529e1d7157

View File

@ -61,7 +61,7 @@ release:
TWINE_PASSWORD: $CI_JOB_TOKEN
ENVIRONMENT: test
before_script:
- cp ~/.env.test $CI_PROJECT_DIR/aaredb/frontend/.
- cp ~/.env.test $CI_PROJECT_DIR/frontend/.
- python3.12 -m venv $VIRTUAL_ENV
- source $VIRTUAL_ENV/bin/activate
- pip install --upgrade pip