Fix example project name

This commit is contained in:
allegroai
2021-10-03 02:56:42 +03:00
parent 3643446f56
commit 39d8d8f0cb
5 changed files with 5 additions and 5 deletions

View File

@@ -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