mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-16 08:25:18 +02:00
Feat: set start metadata in pipeline
This is needed so that we can send correlation id for workflow runs in Dograh MPS
This commit is contained in:
parent
9cb75829cb
commit
8376e3e949
3 changed files with 3 additions and 2 deletions
|
|
@ -105,6 +105,7 @@ def create_pipeline_task(pipeline, workflow_run_id, audio_config: AudioConfig =
|
|||
enable_usage_metrics=True,
|
||||
send_initial_empty_metrics=False,
|
||||
enable_heartbeats=True,
|
||||
start_metadata={"workflow_run_id": workflow_run_id},
|
||||
)
|
||||
|
||||
# If audio_config is provided, set the audio sample rates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue