no queue data inserted in jobs table laravel
hello guys I have a form where user can select multiple images and uploading them all when he submits the form , each image’s size is 1 or 2mb ,the request take too long time (pending) due to image’s size.. I have decided to use queue for making uploading images process in background but I don’t know does not work ..
if image size aren’t big they’re uploading .. but if image’s size is big it takes long time then request responds with 201 all data that I have submitted excluding images have inserted in database but there’re not images inside images tables.. and my main question is noth jobs inserted in jobs or failed table why??