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 20:50:05 +02:00
parent 4b7a84aaa6
commit e62e18d774

View File

@ -76,7 +76,7 @@ release:
# Run commands inside your 'backend' service container # Run commands inside your 'backend' service container
- docker compose run --rm backend mkdir -p /app/backend/ssl - docker compose run --rm backend mkdir -p /app/backend/ssl
- docker compose run --rm -e ENVIRONMENT=test backend bash make_openapi_client.sh - docker compose run --rm backend bash make_openapi_client.sh
# After script finishes execution within the container, # After script finishes execution within the container,
# revert to the runner environment context if needed # revert to the runner environment context if needed