Spring Batch My Command Line Runner implementation is being called intermittently
I have my custom command line runner implementation which add a job parameter in run method. I’m invoking my spring task from a SCDF task scheduler. The problem is my commandlinerunner run is not not executed sometimes so, the parameter is not passed leading to my failure of my job. My question is Why is my custome commandlinerunner not getting executed all the times? Will there be any default commandline runner that take precedence over custom command line and won’t let the custom command line runner execute?
Spring Batch My Command Line Runner implementation is being called intermittently
I have my custom command line runner implementation which add a job parameter in run method. I’m invoking my spring task from a SCDF task scheduler. The problem is my commandlinerunner run is not not executed sometimes so, the parameter is not passed leading to my failure of my job. My question is Why is my custome commandlinerunner not getting executed all the times? Will there be any default commandline runner that take precedence over custom command line and won’t let the custom command line runner execute?