Level 74
Have you watched the excelent course on queues here?
Hello,
I want to use queue for file uploads. Users can upload files. Each file will have around 500 rows. Now I want to implement this logic:
Shortly, there are will be maximum 25 processes (5 processes in each 5 files).
Now I am adding all files to one queue. Files processing one by one. Shortly first come, first out. 2nd file needs to wait to finish 1st file.
How can I implement this? Or do you have any other suggestions?
Please or to participate in this conversation.