Hardcoded timeout 120s on endpoint #25

Closed
opened 2026-02-16 00:19:09 -05:00 by yindo · 1 comment
Owner

Originally created by @KagurazakaNyaa on GitHub (Mar 6, 2025).

The hard-coded timeout at https://github.com/langgenius/dify-plugin-daemon/blob/ba80dcc78d990a90b69f719c76fcbb214e366dd6/internal/service/endpoint.go#L198 could cause internal errors in the plugin daemon when invoking plugins that require extended processing time (such as ComfyUI workflows with large batch sizes), ultimately leading to workflow failures.

Originally created by @KagurazakaNyaa on GitHub (Mar 6, 2025). The hard-coded timeout at https://github.com/langgenius/dify-plugin-daemon/blob/ba80dcc78d990a90b69f719c76fcbb214e366dd6/internal/service/endpoint.go#L198 could cause internal errors in the plugin daemon when invoking plugins that require extended processing time (such as ComfyUI workflows with large batch sizes), ultimately leading to workflow failures.
yindo closed this issue 2026-02-16 00:19:10 -05:00
Author
Owner

@Yeuoly commented on GitHub (Mar 10, 2025):

https://github.com/langgenius/dify-plugin-daemon/pull/88/files
Thanks for the issue, I have fixed it.

@Yeuoly commented on GitHub (Mar 10, 2025): https://github.com/langgenius/dify-plugin-daemon/pull/88/files Thanks for the issue, I have fixed it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#25