allow passing an idempotencyKey - #108
Conversation
commit: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: get-convex/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
📝 WalkthroughWalkthrough
Sequence Diagram(s)sequenceDiagram
participant Client
participant Resend.sendEmail
participant emails
Client->>Resend.sendEmail: provide idempotencyKey
Resend.sendEmail->>emails: look up matching key
emails-->>Resend.sendEmail: existing EmailId or no match
Resend.sendEmail->>emails: enqueue and persist key
emails-->>Resend.sendEmail: return EmailId
Possibly related issues
Suggested reviewers: 🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
src/client/index.tsESLint skipped: missing config or dependency (missing-dependency). The ESLint configuration references a package that is not available in the sandbox. src/component/lib.test.tsESLint skipped: the ESLint configuration for this file references a package that is not available in the sandbox. src/component/lib.tsESLint skipped: the ESLint configuration for this file references a package that is not available in the sandbox.
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 |

Fixes #107