mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-19 14:55:40 +08:00
### Summary Pregel nodes created with `AddNodeWithOptions` retain a node-level `RetryPolicy`, but task construction dropped that policy. When a task had no policy, execution also bypassed the engine-level policy configured with `WithRetryPolicy` and instantiated the default policy directly.