momentum-xyz / ubercontroller

New controller
GNU Affero General Public License v3.0
9 stars 1 forks source link

Fix/seed media files #265

Closed jor-rit closed 1 year ago

jor-rit commented 1 year ago

'quickfix' for triggering the seeding of default media files.

It was never triggered because the 'node' is now already created in the db/sql migrations. Now just always trigger it, so this impacts startup time. Slightly compensate by also avoiding rescaling here if the scaled file already exists. So for now, let's see how it runs...

I suspect this whole 'pre-scaling' it does here isn't need anymore and it could just call into the other code flow of 'background' processing these (which already does caching and avoiding duplicate work), but leaving that for later.