i have a question. i tried to create two cronjob on openshift. one for executing script every minutes, and second executing script for every 8 hour. sometimes my cronjob (that executing for every minutes) is having an anomaly where it is creating a multiple container that causing my app and the cronjob itself lagging. is there any hint what caused this issue? also im using the same image for each of my cronjob, would that be the issue?
multiple container created