Date : 01/02/2026 Status : TERMINE Commit : 3e679a6
Job wan21 3960d79a echouait avec "Failed to start tool wan21" apres 192s.
process_job_task() tentait de demarrer Gradio (port 7860) pour wan21 qui est un outil CLI.
Timeout 180s → echec du job alors que le CLI aurait fonctionne.
La protection SKIP_AUTO_START existait dans execute_job() (ligne 1201) mais pas dans process_job_task() (ligne 2949).
SKIP_AUTO_START = {"sadtalker", "wan21", "facefusion"} dans process_job_task()if not tool_is_healthy and tool_id not in SKIP_AUTO_START:app/main.py, lignes 2946/2950