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
Whitehall uses CarrierWave to generate different sized versions of images that are uploaded.
We should consider adding this functionality to Asset Manager so that other apps can make use of it, and so that we can simplify Whitehall.
We're currently using Sidekiq to upload assets from Whitehall to Asset Manager. This is partly because we have to upload the various resized images that are generated in Whitehall. If we move the resizing to Asset Manager then we might be able to upload the single file synchronously.
The text was updated successfully, but these errors were encountered:
Whitehall uses CarrierWave to generate different sized versions of images that are uploaded.
We should consider adding this functionality to Asset Manager so that other apps can make use of it, and so that we can simplify Whitehall.
We're currently using Sidekiq to upload assets from Whitehall to Asset Manager. This is partly because we have to upload the various resized images that are generated in Whitehall. If we move the resizing to Asset Manager then we might be able to upload the single file synchronously.
The text was updated successfully, but these errors were encountered: