Skip to content

Commit eb30f89

Browse files
authored
Comment on flush task (#88)
1 parent e2a1076 commit eb30f89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/func.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ def invoke(ctx, user, func, input_data=None, mpi=None, graph=False):
132132

133133
@task
134134
def flush(ctx):
135+
"""
136+
Flush the Faasm cluster
137+
"""
135138
headers = get_knative_headers()
136139
host, port = get_faasm_invoke_host_port()
137140

0 commit comments

Comments
 (0)