Are these cronjobs?
If so: for how log will the job run.
You say it’s triggered every 15 minutes, but if the job runs for more than 15 minutes this will conflict.
Think about using single jobs in this case and than re-schedule a new job after the previous job has ended.