1 Commits
Author SHA1 Message Date
spadkins fd5817fdcc fix: align AsyncNode retry mechanism with Node implementation
- Change AsyncNode._exec() to use self.cur_retry instead of local variable i
- Ensures consistency between sync and async retry mechanisms
- Fixes AttributeError when accessing cur_retry in derived classes
- Maintains backward compatibility while resolving retry tracking inconsistency
2025-07-31 12:11:14 +08:00