Unable to get the file eventsource working with Inotify or polling. #3169
Chirag1233
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Guys,
I have deployed the ago-event inside the argo-events namespace. When a new file is created, I would like to trigger the workflow. for that, I have created the event source file, which is shown below:
I have also tried the same file with the polling as well. here is the logs which is indicating it starting fine.
However, these logs are not changed at all. I have been creating new files and folders and trying everything, but this is all I can see there.
It does not trigger anything after that.
Here is my sensor file for your reference.
and here is my sensor logs.
I have a few questions as I am new to this. How can I enable the debug logging inside the event source? How can I check what is going wrong? Can you find anything out of the ordinary inside my event source or sensor file that is causing this issue? P.S. I am using the event bus using the following setup.
I am looking forward to your kind help on what I am doing wrong. also, the folder is mounted to the container using PV and PVC. I have provide the 777 to the host local path as well.
Beta Was this translation helpful? Give feedback.
All reactions