mirror of
https://github.com/clearml/clearml
synced 2025-05-07 14:24:31 +00:00
edit cron_example
This commit is contained in:
parent
91ba288fc3
commit
b82e5f11d0
@ -12,7 +12,7 @@ def simple_function():
|
||||
# Create the scheduler controller
|
||||
scheduler = TaskScheduler()
|
||||
|
||||
# Run the pipeline Task 'pipeline demo, every day at 10:30am
|
||||
# Run the Task 'PyTorch MNIST train', every day at 10:30am
|
||||
scheduler.add_task(
|
||||
name='recurring pipeline job',
|
||||
schedule_task_id=Task.get_task(project_name='examples', task_name='PyTorch MNIST train'),
|
||||
|
Loading…
Reference in New Issue
Block a user