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:
parent
6ea0a09938
commit
0ae7f11a25
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user