mirror of
https://github.com/clearml/clearml-web
synced 2025-02-07 05:27:27 +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(
|
@PipelineDecorator.pipeline(
|
||||||
name='ingest',
|
name='ingest',
|
||||||
project='data processing',
|
project='data processing',
|
||||||
version='0.1'
|
version='0.1',
|
||||||
|
pipeline_execution_queue="default"
|
||||||
)
|
)
|
||||||
def pipeline_logic(do_stuff: bool):
|
def pipeline_logic(do_stuff: bool):
|
||||||
if do_stuff:
|
if do_stuff:
|
||||||
|
Loading…
Reference in New Issue
Block a user