This commit is contained in:
Your Name
2026-07-22 10:18:59 +08:00
parent 2530ddada6
commit 0fb03d0bca
618 changed files with 19445 additions and 3 deletions
@@ -0,0 +1,10 @@
<?php
namespace app\service;
/**
* HTTP 请求不宜再阻塞时抛出:任务仍在 ComfyUI 中,消息保持 pending,稍后可恢复。
*/
class ComfyJobDeferredException extends \RuntimeException
{
}