mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-29 06:19:18 +02:00
Revert a recent change to task error reporting, seems unstable
This commit is contained in:
parent
35571eb14d
commit
e73a514e29
@ -372,8 +372,6 @@ def thread_render(device):
|
||||
session_cache.keep(task.request.session_id, TASK_TTL)
|
||||
except Exception as e:
|
||||
task.error = e
|
||||
task.response = {"status": 'failed', "detail": str(task.error)}
|
||||
task.buffer_queue.put(json.dumps(task.response))
|
||||
print(traceback.format_exc())
|
||||
continue
|
||||
finally:
|
||||
|
Loading…
x
Reference in New Issue
Block a user