computationalmystic / RJI-group1

http://rjimizzou.info
4 stars 3 forks source link

Laravel Queue System #9

Closed calexander618 closed 5 years ago

calexander618 commented 5 years ago

Is your feature request related to a problem? If so, please describe the problem: The speed, or lack there of, for images being assessed on upload can be a problem.

Describe the solution you'd like: Implement a queue system using Laravel to delegate the amount of work done in order to increase efficiency.

calexander618 commented 5 years ago

Completed. We now have implemented five workers using Symfony console commands, which increases the processing time dramatically. Once images have been processed we use job chaining to zip files and then send the user the notification that their files are ready for download.