swiftinitpvtltd Is it possible use delay from stored proc to wait and then start second process https://www.tutorialspoint.com/how-to-set-delay-for-mysql-trigger-procedure-execution#:~:text=To%20set%20delay%2C%20you%20can,in%20the%20procedure%20execution%20delay.&text=Look%20at%20the%20above%20sample,execution%20delay%20is%2020.01%20sec. Mainprocess Process1 Delay stored proc process-1 minute sleep Final process
swiftinitpvtltd Works great! Just need to add stored proc with SELECT SLEEP(20); and it adds delay of 20 seconds between 2 processes!!-