Derek Wang
Derek Wang
Check if this helps. https://github.com/argoproj/argo-events/blob/master/docs/eventsources/webhook-health-check.md
Submitting from WorkflowTemplate is not supported right now - it's easy to add it, questions: 1. Does submitting from WorkflowTemplate with parameters often used? 2. Is there any parameter option...
> I think passing parameters to the workflowTemplate is needed, but looks like `submit-from` operation does not take parameters into consideration. > > https://github.com/argoproj/argo-events/blob/54ab013ded5aaf387116a346c7718fd46d2f8e4c/sensors/triggers/argo-workflow/argo-workflow.go#L163-L174 > > @whynowy What do you...
> > Actually there's a field named `args` can be passed in `argoWorkflow` trigger, so we only need to enable `workflowTemplate` for `submit-from`, then it will work. > > Do...
It should be something wrong with your connection to AMQP, but it's bad not to display the logs...
> @whynowy I think I have a solution for our race condition issue with `deleteHookOnFinish` which would help us get rid of the webhooks daemon mitigation once and for all,...
@mrkwtz - Can you check the node's max allowed open files - `cat /proc/sys/fs/file-max`, also check the current open files - `lsof | wc -l`?
> Is there a way to login the EKS node?
@vadimgusev-codefresh - Is this something can be done in the Dockerfile?