berrypod/config
jamey 8159a312ae
All checks were successful
deploy / deploy (push) Successful in 1m16s
increase sqlite busy_timeout and reduce image queue concurrency
Bumps busy_timeout from 5s to 15s so Oban's internal writes can
wait out CPU-heavy libvips processing. Also drops the images queue
from 2 to 1 in prod — a single job with System.schedulers_online()
internal parallelism is enough for shared-cpu-1x and still scales
on bigger machines.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 11:13:31 +00:00
..
config.exs add default queue for cron jobs, fix mobile sidebar scroll 2026-03-02 08:07:44 +00:00
dev.exs extract shared theme CSS into standalone bundle 2026-03-01 23:24:47 +00:00
prod.exs persist image cache on fly volume across deploys 2026-03-02 09:49:53 +00:00
runtime.exs increase sqlite busy_timeout and reduce image queue concurrency 2026-03-02 11:13:31 +00:00
test.exs add Printify client test coverage with Req.Test stubs 2026-02-22 10:35:24 +00:00