berrypod/lib
jamey 2b333650fd
All checks were successful
deploy / deploy (push) Successful in 1m36s
cap image variant concurrency to CPU core count
Replaces unbounded Task.async parallelism with Task.async_stream
capped at System.schedulers_online(). On shared-cpu-1x this prevents
CPU saturation and SQLite locking; on beefier machines it still
saturates all cores. Also releases the DB connection before starting
libvips processing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 10:59:55 +00:00
..
berrypod cap image variant concurrency to CPU core count 2026-03-02 10:59:55 +00:00
berrypod_web persist image cache on fly volume across deploys 2026-03-02 09:49:53 +00:00
mix/tasks add admin media library with image management and block picker integration 2026-02-27 22:20:51 +00:00
berrypod_web.ex add canonical URLs, robots.txt, and sitemap.xml 2026-02-23 21:47:35 +00:00
berrypod.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00