admin_panel/frontend
js 9a0a6b501a fix: move build_image to background job to prevent gunicorn timeout
The build_image process (distrobuilder + image upload) takes 10+ minutes,
exceeding gunicorn worker timeout. Now uses frappe.enqueue() with Redis
cache for real-time progress tracking and frontend polling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 13:08:28 +00:00
..
src fix: move build_image to background job to prevent gunicorn timeout 2026-02-16 13:08:28 +00:00
auto-imports.d.ts feat: Admin Panel for Incus container management 2026-02-05 22:17:42 +00:00
components.d.ts feat: Admin Panel for Incus container management 2026-02-05 22:17:42 +00:00
index.html fix: real-time dark theme toggle, rebuild container error, and UI improvements 2026-02-09 14:33:17 +00:00
package.json feat: Admin Panel for Incus container management 2026-02-05 22:17:42 +00:00
postcss.config.js feat: Admin Panel for Incus container management 2026-02-05 22:17:42 +00:00
tailwind.config.js fix: real-time dark theme toggle, rebuild container error, and UI improvements 2026-02-09 14:33:17 +00:00
vite.config.js feat: Admin Panel for Incus container management 2026-02-05 22:17:42 +00:00
yarn.lock feat: Admin Panel for Incus container management 2026-02-05 22:17:42 +00:00