mirror of
https://github.com/clearml/clearml-web
synced 2025-01-30 22:17:22 +00:00
Include pipeline_execution_queue for default example so it will run remotely (#37)
This commit is contained in:
parent
2c5901e9d3
commit
49e684cb18
@ -44,7 +44,8 @@ def step(size: int):
|
||||
@PipelineDecorator.pipeline(
|
||||
name='ingest',
|
||||
project='data processing',
|
||||
version='0.1'
|
||||
version='0.1',
|
||||
pipeline_execution_queue="default"
|
||||
)
|
||||
def pipeline_logic(do_stuff: bool):
|
||||
if do_stuff:
|
||||
|
Loading…
Reference in New Issue
Block a user