Implement FastAPI Temporal MVP pipeline
This commit is contained in:
8
app/infra/temporal/task_queues.py
Normal file
8
app/infra/temporal/task_queues.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Temporal task queue names."""
|
||||
|
||||
IMAGE_PIPELINE_CONTROL_TASK_QUEUE = "image-pipeline-control"
|
||||
IMAGE_PIPELINE_IMAGE_GEN_TASK_QUEUE = "image-pipeline-image-gen"
|
||||
IMAGE_PIPELINE_POST_PROCESS_TASK_QUEUE = "image-pipeline-post-process"
|
||||
IMAGE_PIPELINE_QC_TASK_QUEUE = "image-pipeline-qc"
|
||||
IMAGE_PIPELINE_EXPORT_TASK_QUEUE = "image-pipeline-export"
|
||||
|
||||
Reference in New Issue
Block a user