Hello part of my application is for validate lot of data using api so basically i have 500k of data, and i split theme to small parts for each jobs
thene run this **jobs ** within the batch (4 jobs at same time) and works fine. but the issues is whene i have multi **batches **to validate from differnet user the last batche should wait untill the first one is done.
so is there a way to run multiple batch at same time? and as i mention i already run multi jobs for batch so when i have two batches each batch with 8 jobs i need to run 2 jobs on first batch and rest on second batch or just random ?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community