assetIdwill be passed as a form param as well as an auth key; will then get that asset data from the database.
if that asset does not have an existing 128px clone [checked by is_optimized = 0], fetch the image from URL, resize it, then save on worker as -128px equiv, update is_optimized to be 1
assetId
will be passed as a form param as well as an auth key; will then get that asset data from the database.if that asset does not have an existing 128px clone [checked by
is_optimized = 0
], fetch the image from URL, resize it, then save on worker as-128px
equiv, updateis_optimized
to be 1