You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many files on metis will be images; metis should support thumbnailing of these images in some way, probably via a worker process. Thumbnails might work like this:
When an upload is made/a file exists, a "thumbnail" may be requested for that file at a given location (the name of the thumbnail is up to the requester).
Optionally Metis puts a placeholder in place for the thumbnail.
Metis builds a thumbnail and puts it in place at the requested location.
Questions:
Where is the work queue maintained? How does Metis check for new work?
The text was updated successfully, but these errors were encountered:
Many files on metis will be images; metis should support thumbnailing of these images in some way, probably via a worker process. Thumbnails might work like this:
When an upload is made/a file exists, a "thumbnail" may be requested for that file at a given location (the name of the thumbnail is up to the requester).
Optionally Metis puts a placeholder in place for the thumbnail.
Metis builds a thumbnail and puts it in place at the requested location.
Questions:
Where is the work queue maintained? How does Metis check for new work?
The text was updated successfully, but these errors were encountered: