feat(query-core): add retryAttempt to query error callback context#10843
feat(query-core): add retryAttempt to query error callback context#10843raashish1601 wants to merge 1 commit into
Conversation
Signed-off-by: Raashish Aggarwal <94279692+raashish1601@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe PR adds retry attempt tracking to query error callbacks. The ChangesRetry Attempt in Error Callback Context
🎯 2 (Simple) | ⏱️ ~10 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Closes #10713
\nThis thread-safe fix adds the retry attempt count to query cache onError context as requested.
\n- Query cache callback now receives (error, query, { retryAttempt }).
Summary by CodeRabbit