berrypod/lib/berrypod_web/plugs
jamey 9a27723b52
All checks were successful
deploy / deploy (push) Successful in 3m36s
persist image cache on fly volume across deploys
Image variants were written to the ephemeral release directory
and wiped on every deploy, causing 500 errors with 50s timeouts
as browsers waited for images that could never be served.

- Point image_cache_dir at /data/image_cache in prod
- Add Plug.Static to serve from the persistent volume
- Exclude /image_cache/ from broken URL tracking

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 09:49:53 +00:00
..
analytics.ex replace analytics double-count prevention with buffer supersede 2026-02-23 14:48:50 +00:00
broken_url_tracker.ex persist image cache on fly volume across deploys 2026-03-02 09:49:53 +00:00
cache_raw_body.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
country_detect.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
load_theme.ex fix admin font loading and theme CSS cache miss bug 2026-02-20 18:39:41 +00:00
redirects.ex add URL redirects with ETS-cached plug, broken URL tracking, and admin UI 2026-02-26 14:14:14 +00:00
verify_printful_webhook.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00
verify_printify_webhook.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00