• Stefy Lanza (nextime / spora )'s avatar
    tasks page: engine indicator, live image-gen progress, per-task cooling · 931b5b85
    Stefy Lanza (nextime / spora ) authored
    - Show which engine each task runs on (badge on active AND history rows; backend
      already tags t.engine) and an "● processing" badge on the engines card (new
      inflight/processing fields in /admin/api/engines).
    - Image-gen advancement showed only "working…": poll() short-circuited to the
      synthesized task list whenever the primary had any in-flight request, dropping the
      engine's real step/total. Now it quick-polls the engine first (image/diffusers gen
      releases the GIL so it answers with real progress) and only falls back to the
      synthesized list when a GIL-bound text gen times out.
    - Surface thermal cooldown on the task entry itself: _merge_engine_tasks marks tasks
      on a cooling engine with cooling/cooling_message (the row already renders it).
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RdMufYvtTbtGDWsiZVoXce
    931b5b85
Name
Last commit
Last update
..
admin Loading commit data...
api Loading commit data...
backends Loading commit data...
broker Loading commit data...
frontproxy Loading commit data...
models Loading commit data...
openai Loading commit data...
pydantic Loading commit data...
queue Loading commit data...
tasks Loading commit data...
__init__.py Loading commit data...
cli.py Loading commit data...
config.py Loading commit data...
main.py Loading commit data...
platform_paths.py Loading commit data...
system_app.py Loading commit data...