eSe
eSe
From my point of view, there are a couple of features mentioned here that I would maintain isolated due to the complexity. 1. Redis auth management. Create the users and...
Thanks! sorry for the delay to take a look.
It also happens to me. When you first load the workflow page in the UI it does not show all the workflows available but if you wait like 20 or...
When I refresh the page it always show the list incomplete and after some time it loads all the workflows. I noticed the issue is calling this endpoint: ``` https://argo/api/v1/workflow-events/argo-workflows?listOptions.fieldSelector=metadata.namespace=argo-workflows&fields=result.object.metadata.name,result.object.metadata.namespace,result.object.metadata.resourceVersion,result.object.metadata.creationTimestamp,result.object.metadata.uid,result.object.status.finishedAt,result.object.status.phase,result.object.status.message,result.object.status.startedAt,result.object.status.estimatedDuration,result.object.status.progress,result.type,result.object.metadata.labels,result.object.spec.suspend...
I still have the issue testing in `v3.4.0-rc4` where it's supposed to have included the fix. cc: @sarabala1979 hooks with expression `workflow.status == "Failed"` or `workflow.status == "Succeeded"` remains with...
As workaround you can use exit handlers https://argoproj.github.io/argo-workflows/walk-through/exit-handlers/ instead hooks for failed and succeeded which works fine updating phase after workflow ends: example: ``` spec: onExit: exit-handler templates: - name:...
I can confirm is still an issue in v3.4.5
I will do a deep review later. Sorry for the delay but I was not confident with resizing workflow.
Thanks @jiuker.
Thanks! Can you merge with master to fix CI ?