Replies: 2 comments
-
I suspect a problem with indentation, but it's hard to tell. Can you please put that into a code block, so it's easier to read?! |
Beta Was this translation helpful? Give feedback.
0 replies
-
resolved. argo ui status wasn't updated. it's actually a different problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
name: exit-handlers
spec:
entrypoint: exit-handler
onExit: exit-handler
templates:
steps:
template: update-db-upon-failure
when: '{{ printf "%s" "{{" }}workflow.status}} != Succeeded'
container:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
command: [ "python", "-u", "-c" ]
args:
- 'llm_training.argo.run_db.py {{ printf "%s" "{{" }}workflow.metaflow_run_id}} {{ printf "%s" "{{" }}workflow.parameters.user_id}}'
tried to remove onExit but same error
Beta Was this translation helpful? Give feedback.
All reactions