Skip to content

Commit 5c960ea

Browse files
authored
Update argo_workflows.py (#2270)
update comment
1 parent e86297c commit 5c960ea

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

metaflow/plugins/argo/argo_workflows.py

+3-7
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,9 @@ class ArgoWorkflowsSchedulingException(MetaflowException):
7777
# List of future enhancements -
7878
# 1. Configure Argo metrics.
7979
# 2. Support resuming failed workflows within Argo Workflows.
80-
# 3. Support gang-scheduled clusters for distributed PyTorch/TF - One option is to
81-
# use volcano - https://github.com/volcano-sh/volcano/tree/master/example/integrations/argo
82-
# 4. Support GitOps workflows.
83-
# 5. Add Metaflow tags to labels/annotations.
84-
# 6. Support Multi-cluster scheduling - https://github.com/argoproj/argo-workflows/issues/3523#issuecomment-792307297
85-
# 7. Support R lang.
86-
# 8. Ping @savin at slack.outerbounds.co for any feature request
80+
# 3. Add Metaflow tags to labels/annotations.
81+
# 4. Support R lang.
82+
# 5. Ping @savin at slack.outerbounds.co for any feature request
8783

8884

8985
class ArgoWorkflows(object):

0 commit comments

Comments
 (0)