Conversation
- Refactored SMS status updates in SmsQueueProcessor to batch updates for failed and dispatched SMS records. - Improved error handling by collecting failed SMS details and updating their status in a single operation. - Updated the SMS queue registration to use asynchronous configuration with dynamic limits from the ConfigService.
- Introduced batching for SMS document insertion to improve performance. - Added metadata tracking for SMS to FCM message mapping. - Implemented error handling for mismatched SMS records and queue payloads. - Updated SMS queue service to support dynamic batch sizes and immediate queue delays.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Implemented a check for the existence of the insertMany method in the SMS model to enhance flexibility. - Added a fallback mechanism for models that do not support insertMany, allowing for individual document creation. - Improved SMS document insertion process by maintaining performance while ensuring compatibility with various model types.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.