You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: run sync modules in bounded thread pool executor
Move sync forward() and batch() calls off the event loop into a
dedicated ThreadPoolExecutor with context variable propagation.
Keeps the existing hasattr(instance, 'aforward') check for async
detection. Configurable via --sync-workers flag or
server.sync_worker_threads in dspy.config.yaml.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
0 commit comments