Closed calexander618 closed 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.
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.