esmero / ami

Archipelago Multi Importer. A module of mass ingest made for the masses
GNU Affero General Public License v3.0
2 stars 4 forks source link

AMI, when dealing with files, is not being S3/file size limit copy/put aware #189

Closed DiegoPino closed 7 months ago

DiegoPino commented 8 months ago

See https://github.com/esmero/strawberryfield/issues/286

Not sure yet where/how this is happening, but I know that when a file is enqueued separately the normal Node level event processing does not kick in, so the actual copy fails bc we can't copy 5G+ files directly via the AWS S3 API.

Bummer

DiegoPino commented 8 months ago

This also seems to be, YET again an issue of deployment, not code. PHP 8.1 code caching is a monster, so a composer update did not really clear an existing Service that was already "initialized" in the runtime cache. After restarting the containers, all is well. Will still test a bit more, but at least not a bug