girder / large_image

Python modules to work with large multiresolution images.
http://girder.github.io/large_image/
Apache License 2.0
193 stars 43 forks source link

Thumbnail generation jobs are less blocking #1528

Closed manthey closed 5 months ago

manthey commented 5 months ago

When running a job via the PUT large_image/thumbnails endpoint, run it as an independent thread so other local asynchronous jobs are not delayed.