SIGN IN SIGN UP
bytedance / deer-flow UNCLAIMED

An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.

0 0 0 Python

fix: add --n-jobs-per-worker 10 to local dev Makefile (#1694)

#1623 added this flag to both Docker Compose files but missed the
backend Makefile used by `make dev`.  Without it `langgraph dev`
defaults to n_jobs_per_worker=1, so all conversation runs are
serialised and concurrent requests block.

This mirrors the Docker configuration.
L
Llugaes committed
52c8c06cf27406b91e888d35b27c0f091d004660
Parent: 0cdecf7
Committed by GitHub <noreply@github.com> on 4/1/2026, 8:45:51 AM