gawati / gawati-editor-ui

Gawati Client
GNU Affero General Public License v3.0
0 stars 0 forks source link

Thumbnail generation should be a background process #43

Open kohsah opened 6 years ago

kohsah commented 6 years ago

Currently the thumbnail generation for a uploaded attachment runs as a browser response initiated process. The problem with this approach is that if for whatever reason a thumbnail is not generated the upload process of the actual document is affected. The thumbnail generation shoudl be a background process.

See how cron tasks are implemented in gawati-portal-fe

Arunadevi commented 6 years ago

The node package is just a wrapper to the convert exe tool. On windows ImageMagick versions > 6.9 don't work. Developer should install ImageMagick