PartyWifi / PartyWifi.Server

This is the central server of the PartyWifi ecosystem.
GNU General Public License v3.0
2 stars 1 forks source link

Asynchronous image conversion #36

Open dbeuchler opened 7 years ago

dbeuchler commented 7 years ago

Currently the upload is depending from the conversion time of the image. We should detach it.

dbeuchler commented 7 years ago

Idea: Add some kind of conversion queue to the ImageManager.

Toxantron commented 7 years ago

I would like to post-pone this. If we do it async it is hard to let the user know, if something failed. He considers the upload done, but never sees his picture. It is already async in a sense, that it does not block the client. I would leave it at that.