mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Fix example project name
This commit is contained in:
@@ -201,7 +201,7 @@ def main():
|
||||
# start the monitoring Task
|
||||
# Connecting ClearML with the current process,
|
||||
# from here on everything is logged automatically
|
||||
task = Task.init(project_name='Monitoring', task_name='Slack Alerts', task_type=Task.TaskTypes.monitor)
|
||||
task = Task.init(project_name='DevOps', task_name='Slack Alerts', task_type=Task.TaskTypes.monitor)
|
||||
if not args.local:
|
||||
task.execute_remotely(queue_name=args.service_queue)
|
||||
# we will not get here if we are running locally
|
||||
|
||||
Reference in New Issue
Block a user