Files
langflow/src
Jordan Frazier 5acc032c15 feat(lfx): add --timeout flag for lfx serve worker timeout
Expose gunicorn's worker timeout (previously hardcoded at 120s) as --timeout, on both serve_command and the CLI wrapper. A worker that doesn't complete a request within --timeout seconds is killed and restarted.

Matters most under --sync-workers: a blocking sync worker cannot heartbeat mid-request, so long-running flows need a higher timeout. Default stays 120s (unchanged behavior); no effect on the Windows uvicorn fallback.
2026-06-06 08:09:43 -04:00
..